Html Css Color HEX #BB84FF Heliotrope

📋 copy color: '#BB84FF'

red 187 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #BB84FF

Tints of Heliotrope #BB84FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23%

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

R = 32.58%
G = 23%
B = 44.43%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB84FF (or 0xBB84FF) is known color: Heliotrope. HEX triplet: BB, 84 and FF. RGB value is (187,132,255). Sum of RGB (Red+Green+Blue) = 187+132+255=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB84FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB84FF is #447B00. Grayscale: #A2A2A2. Windows color (decimal): -4487937 or 16745659. OLE color: 16745659.

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

Color convert

RGB 187 132 255 -
CMYK 0.27 0.48 0 0
HSL 266.83º 1% 0.76% -
HSV(B) 266.83º 0.48% 1% -
XYZ 46.79 34.29 98.76 -
YUV 162.47 180.22 145.5 -
System Red Green Blue C M Y K H S L
Decimal 187 132 255 0.27 0.48 0 0 266.83 1 0.76
Hex BB 84 FF 1B 30 0 0 10B 64 4C
Octal 273 204 377 33 60 0 0 413 144 114
Binary 10111011 10000100 11111111 11011 110000 0 0 100001011 1100100 1001100

Color Harmonies of #BB84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB84FF

Black with #BB84FF

Text Example


Text Example

White with #BB84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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