Html Css Color HEX #BB70FE Heliotrope

📋 copy color: '#BB70FE'

red 187 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #BB70FE

Tints of Heliotrope #BB70FE

RGB

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

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

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

R = 33.82%
G = 20.25%
B = 45.93%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB70FE (or 0xBB70FE) is known color: Heliotrope. HEX triplet: BB, 70 and FE. RGB value is (187,112,254). Sum of RGB (Red+Green+Blue) = 187+112+254=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70FE is #448F01. Grayscale: #969696. Windows color (decimal): -4493058 or 16675003. OLE color: 16675003.

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

Color convert

RGB 187 112 254 -
CMYK 0.26 0.56 0 0.00
HSL 271.69º 0.99% 0.72% -
HSV(B) 271.69º 0.56% 1% -
XYZ 44.18 29.31 97.09 -
YUV 150.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 187 112 254 0.26 0.56 0 0.00 271.69 0.99 0.72
Hex BB 70 FE 1A 38 0 0 110 63 48
Octal 273 160 376 32 70 0 0 420 143 110
Binary 10111011 1110000 11111110 11010 111000 0 0 100010000 1100011 1001000

Color Harmonies of #BB70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70FE

Black with #BB70FE

Text Example


Text Example

White with #BB70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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