Html Css Color HEX #BB73FF Heliotrope

📋 copy color: '#BB73FF'

red 187 ◦ green 115 ◦ blue 255

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

Shades of Heliotrope #BB73FF

Tints of Heliotrope #BB73FF

RGB

 RED value IS 187 (73.44% from 255) = 33.57%

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

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

R = 33.57%
G = 20.65%
B = 45.78%

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

#BB73FF (or 0xBB73FF) is known color: Heliotrope. HEX triplet: BB, 73 and FF. RGB value is (187,115,255). Sum of RGB (Red+Green+Blue) = 187+115+255=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73FF is #448C00. Grayscale: #989898. Windows color (decimal): -4492289 or 16741307. OLE color: 16741307.

HSL color Cylindrical-coordinate representation of color #BB73FF: hue angle of 270.86º 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 #BB73FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 115 255 -
CMYK 0.27 0.55 0 0
HSL 270.86º 1% 0.73% -
HSV(B) 270.86º 0.55% 1% -
XYZ 44.67 30.05 98.05 -
YUV 152.49 185.85 152.62 -
System Red Green Blue C M Y K H S L
Decimal 187 115 255 0.27 0.55 0 0 270.86 1 0.73
Hex BB 73 FF 1B 37 0 0 10F 64 49
Octal 273 163 377 33 67 0 0 417 144 111
Binary 10111011 1110011 11111111 11011 110111 0 0 100001111 1100100 1001001

Color Harmonies of #BB73FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73FF

Black with #BB73FF

Text Example


Text Example

White with #BB73FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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