Html Css Color HEX #BB82FF Heliotrope

📋 copy color: '#BB82FF'

red 187 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #BB82FF

Tints of Heliotrope #BB82FF

RGB

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

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

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

R = 32.69%
G = 22.73%
B = 44.58%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB82FF (or 0xBB82FF) is known color: Heliotrope. HEX triplet: BB, 82 and FF. RGB value is (187,130,255). Sum of RGB (Red+Green+Blue) = 187+130+255=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82FF is #447D00. Grayscale: #A0A0A0. Windows color (decimal): -4488449 or 16745147. OLE color: 16745147.

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

Color convert

RGB 187 130 255 -
CMYK 0.27 0.49 0 0
HSL 267.36º 1% 0.75% -
HSV(B) 267.36º 0.49% 1% -
XYZ 46.53 33.75 98.67 -
YUV 161.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 187 130 255 0.27 0.49 0 0 267.36 1 0.75
Hex BB 82 FF 1B 31 0 0 10B 64 4B
Octal 273 202 377 33 61 0 0 413 144 113
Binary 10111011 10000010 11111111 11011 110001 0 0 100001011 1100100 1001011

Color Harmonies of #BB82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82FF

Black with #BB82FF

Text Example


Text Example

White with #BB82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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