Html Css Color HEX #BB73EF Heliotrope

📋 copy color: '#BB73EF'

red 187 ◦ green 115 ◦ blue 239

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

Shades of Heliotrope #BB73EF

Tints of Heliotrope #BB73EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 34.57%
G = 21.26%
B = 44.18%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB73EF (or 0xBB73EF) is known color: Heliotrope. HEX triplet: BB, 73 and EF. RGB value is (187,115,239). Sum of RGB (Red+Green+Blue) = 187+115+239=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB73EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73EF is #448C10. Grayscale: #969696. Windows color (decimal): -4492305 or 15692731. OLE color: 15692731.

HSL color Cylindrical-coordinate representation of color #BB73EF: hue angle of 274.84º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB73EF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 115 239 -
CMYK 0.22 0.52 0 0.06
HSL 274.84º 0.79% 0.69% -
HSV(B) 274.84º 0.52% 0.94% -
XYZ 42.2 29.06 85.05 -
YUV 150.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 187 115 239 0.22 0.52 0 0.06 274.84 0.79 0.69
Hex BB 73 EF 16 34 0 6 113 4F 45
Octal 273 163 357 26 64 0 6 423 117 105
Binary 10111011 1110011 11101111 10110 110100 0 110 100010011 1001111 1000101

Color Harmonies of #BB73EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB73EF

Black with #BB73EF

Text Example


Text Example

White with #BB73EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB73EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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