Html Css Color HEX #BB6FF2 Heliotrope

📋 copy color: '#BB6FF2'

red 187 ◦ green 111 ◦ blue 242

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

Shades of Heliotrope #BB6FF2

Tints of Heliotrope #BB6FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.56%

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 34.63%
G = 20.56%
B = 44.81%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB6FF2 (or 0xBB6FF2) is known color: Heliotrope. HEX triplet: BB, 6F and F2. RGB value is (187,111,242). Sum of RGB (Red+Green+Blue) = 187+111+242=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6FF2 is #44900D. Grayscale: #949494. Windows color (decimal): -4493326 or 15888315. OLE color: 15888315.

HSL color Cylindrical-coordinate representation of color #BB6FF2: hue angle of 274.81º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB6FF2 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 111 242 -
CMYK 0.23 0.54 0 0.05
HSL 274.81º 0.83% 0.69% -
HSV(B) 274.81º 0.54% 0.95% -
XYZ 42.2 28.34 87.25 -
YUV 148.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 187 111 242 0.23 0.54 0 0.05 274.81 0.83 0.69
Hex BB 6F F2 17 36 0 5 113 53 45
Octal 273 157 362 27 66 0 5 423 123 105
Binary 10111011 1101111 11110010 10111 110110 0 101 100010011 1010011 1000101

Color Harmonies of #BB6FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6FF2

Black with #BB6FF2

Text Example


Text Example

White with #BB6FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6FF2; }

 p { color: rgb(187,111,242); }

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

background-color css

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

 a { background-color: rgb(187,111,242); }

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

border-color css

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

 span { border-color: rgb(187,111,242); }

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