Html Css Color HEX #BB81FD Heliotrope

📋 copy color: '#BB81FD'

red 187 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #BB81FD

Tints of Heliotrope #BB81FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 32.86%
G = 22.67%
B = 44.46%

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

#BB81FD (or 0xBB81FD) is known color: Heliotrope. HEX triplet: BB, 81 and FD. RGB value is (187,129,253). Sum of RGB (Red+Green+Blue) = 187+129+253=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81FD is #447E02. Grayscale: #A0A0A0. Windows color (decimal): -4488707 or 16613819. OLE color: 16613819.

HSL color Cylindrical-coordinate representation of color #BB81FD: hue angle of 268.06º degrees, saturation: 0.97, 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 #BB81FD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 129 253 -
CMYK 0.26 0.49 0 0.01
HSL 268.06º 0.97% 0.75% -
HSV(B) 268.06º 0.49% 0.99% -
XYZ 46.07 33.36 96.94 -
YUV 160.48 180.22 146.92 -
System Red Green Blue C M Y K H S L
Decimal 187 129 253 0.26 0.49 0 0.01 268.06 0.97 0.75
Hex BB 81 FD 1A 31 0 1 10C 61 4B
Octal 273 201 375 32 61 0 1 414 141 113
Binary 10111011 10000001 11111101 11010 110001 0 1 100001100 1100001 1001011

Color Harmonies of #BB81FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB81FD

Black with #BB81FD

Text Example


Text Example

White with #BB81FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB81FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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