Html Css Color HEX #BB81FC Heliotrope

📋 copy color: '#BB81FC'

red 187 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #BB81FC

Tints of Heliotrope #BB81FC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.71%

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 32.92%
G = 22.71%
B = 44.37%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB81FC (or 0xBB81FC) is known color: Heliotrope. HEX triplet: BB, 81 and FC. RGB value is (187,129,252). Sum of RGB (Red+Green+Blue) = 187+129+252=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FC is #447E03. Grayscale: #9F9F9F. Windows color (decimal): -4488708 or 16548283. OLE color: 16548283.

HSL color Cylindrical-coordinate representation of color #BB81FC: hue angle of 268.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB81FC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 129 252 -
CMYK 0.26 0.49 0 0.01
HSL 268.29º 0.95% 0.75% -
HSV(B) 268.29º 0.49% 0.99% -
XYZ 45.91 33.29 96.1 -
YUV 160.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 187 129 252 0.26 0.49 0 0.01 268.29 0.95 0.75
Hex BB 81 FC 1A 31 0 1 10C 5F 4B
Octal 273 201 374 32 61 0 1 414 137 113
Binary 10111011 10000001 11111100 11010 110001 0 1 100001100 1011111 1001011

Color Harmonies of #BB81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81FC

Black with #BB81FC

Text Example


Text Example

White with #BB81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81FC; }

 p { color: rgb(187,129,252); }

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

background-color css

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

 a { background-color: rgb(187,129,252); }

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

border-color css

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

 span { border-color: rgb(187,129,252); }

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