Html Css Color HEX #BB82FE Heliotrope

📋 copy color: '#BB82FE'

red 187 ◦ green 130 ◦ blue 254

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

Shades of Heliotrope #BB82FE

Tints of Heliotrope #BB82FE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.77%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 32.75%
G = 22.77%
B = 44.48%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB82FE (or 0xBB82FE) is known color: Heliotrope. HEX triplet: BB, 82 and FE. RGB value is (187,130,254). Sum of RGB (Red+Green+Blue) = 187+130+254=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82FE is #447D01. Grayscale: #A0A0A0. Windows color (decimal): -4488450 or 16679611. OLE color: 16679611.

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

Color convert

RGB 187 130 254 -
CMYK 0.26 0.49 0 0.00
HSL 267.58º 0.98% 0.75% -
HSV(B) 267.58º 0.49% 1% -
XYZ 46.37 33.69 97.82 -
YUV 161.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 187 130 254 0.26 0.49 0 0.00 267.58 0.98 0.75
Hex BB 82 FE 1A 31 0 0 10C 62 4B
Octal 273 202 376 32 61 0 0 414 142 113
Binary 10111011 10000010 11111110 11010 110001 0 0 100001100 1100010 1001011

Color Harmonies of #BB82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82FE

Black with #BB82FE

Text Example


Text Example

White with #BB82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82FE; }

 p { color: rgb(187,130,254); }

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

background-color css

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

 a { background-color: rgb(187,130,254); }

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

border-color css

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

 span { border-color: rgb(187,130,254); }

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