Html Css Color HEX #BB71EF Heliotrope

📋 copy color: '#BB71EF'

red 187 ◦ green 113 ◦ blue 239

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

Shades of Heliotrope #BB71EF

Tints of Heliotrope #BB71EF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.96%

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

R = 34.69%
G = 20.96%
B = 44.34%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB71EF (or 0xBB71EF) is known color: Heliotrope. HEX triplet: BB, 71 and EF. RGB value is (187,113,239). Sum of RGB (Red+Green+Blue) = 187+113+239=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB71EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB71EF is #448E10. Grayscale: #959595. Windows color (decimal): -4492817 or 15692219. OLE color: 15692219.

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

Color convert

RGB 187 113 239 -
CMYK 0.22 0.53 0 0.06
HSL 275.24º 0.8% 0.69% -
HSV(B) 275.24º 0.53% 0.94% -
XYZ 41.98 28.61 84.97 -
YUV 149.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 187 113 239 0.22 0.53 0 0.06 275.24 0.8 0.69
Hex BB 71 EF 16 35 0 6 113 50 45
Octal 273 161 357 26 65 0 6 423 120 105
Binary 10111011 1110001 11101111 10110 110101 0 110 100010011 1010000 1000101

Color Harmonies of #BB71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB71EF

Black with #BB71EF

Text Example


Text Example

White with #BB71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB71EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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