Html Css Color HEX #B973FF Heliotrope

📋 copy color: '#B973FF'

red 185 ◦ green 115 ◦ blue 255

#B973FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #B973FF

Tints of Heliotrope #B973FF

RGB

 RED value IS 185 (72.66% from 255) = 33.33%

 GREEN value IS 115 (45.31% from 255) = 20.72%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 33.33%
G = 20.72%
B = 45.95%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B973FF (or 0xB973FF) is known color: Heliotrope. HEX triplet: B9, 73 and FF. RGB value is (185,115,255). Sum of RGB (Red+Green+Blue) = 185+115+255=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #B973FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973FF is #468C00. Grayscale: #979797. Windows color (decimal): -4623361 or 16741305. OLE color: 16741305.

HSL color Cylindrical-coordinate representation of color #B973FF: hue angle of 270º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B973FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 115 255 -
CMYK 0.27 0.55 0 0
HSL 270º 1% 0.73% -
HSV(B) 270º 0.55% 1% -
XYZ 44.19 29.8 98.03 -
YUV 151.89 186.19 151.62 -
System Red Green Blue C M Y K H S L
Decimal 185 115 255 0.27 0.55 0 0 270 1 0.73
Hex B9 73 FF 1B 37 0 0 10E 64 49
Octal 271 163 377 33 67 0 0 416 144 111
Binary 10111001 1110011 11111111 11011 110111 0 0 100001110 1100100 1001001

Color Harmonies of #B973FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973FF

Black with #B973FF

Text Example


Text Example

White with #B973FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973FF; }

 p { color: rgb(185,115,255); }

 H1.HeaderClassName
 {
   color: #B973FF;
 }
 .AnyTagClassName
 {
   color: #B973FF;
 }
</style>

background-color css

<style>
 a { background-color: #B973FF; }

 a { background-color: rgb(185,115,255); }

 div.DivClassName
 {
   background-color: #B973FF;
 }
 .BgClassName
 {
   background-color: #B973FF;
 }
</style>

border-color css

<style>
 span { border-color: #B973FF; }

 span { border-color: rgb(185,115,255); }

 td.TdClassName
 {
   border-color: #B973FF;
 }
 .TagClassName
 {
   border-color: #B973FF;
 }
</style>