Html Css Color HEX #BB70F2 Heliotrope

📋 copy color: '#BB70F2'

red 187 ◦ green 112 ◦ blue 242

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

Shades of Heliotrope #BB70F2

Tints of Heliotrope #BB70F2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.7%

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

R = 34.57%
G = 20.7%
B = 44.73%

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

#BB70F2 (or 0xBB70F2) is known color: Heliotrope. HEX triplet: BB, 70 and F2. RGB value is (187,112,242). Sum of RGB (Red+Green+Blue) = 187+112+242=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB70F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70F2 is #448F0D. Grayscale: #949494. Windows color (decimal): -4493070 or 15888571. OLE color: 15888571.

HSL color Cylindrical-coordinate representation of color #BB70F2: hue angle of 274.62º 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 #BB70F2 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 112 242 -
CMYK 0.23 0.54 0 0.05
HSL 274.62º 0.83% 0.69% -
HSV(B) 274.62º 0.54% 0.95% -
XYZ 42.31 28.56 87.29 -
YUV 149.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 187 112 242 0.23 0.54 0 0.05 274.62 0.83 0.69
Hex BB 70 F2 17 36 0 5 113 53 45
Octal 273 160 362 27 66 0 5 423 123 105
Binary 10111011 1110000 11110010 10111 110110 0 101 100010011 1010011 1000101

Color Harmonies of #BB70F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70F2

Black with #BB70F2

Text Example


Text Example

White with #BB70F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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