Html Css Color HEX #BB70FF Heliotrope

📋 copy color: '#BB70FF'

red 187 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #BB70FF

Tints of Heliotrope #BB70FF

RGB

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

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

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

R = 33.75%
G = 20.22%
B = 46.03%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB70FF (or 0xBB70FF) is known color: Heliotrope. HEX triplet: BB, 70 and FF. RGB value is (187,112,255). Sum of RGB (Red+Green+Blue) = 187+112+255=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70FF is #448F00. Grayscale: #969696. Windows color (decimal): -4493057 or 16740539. OLE color: 16740539.

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

Color convert

RGB 187 112 255 -
CMYK 0.27 0.56 0 0
HSL 271.47º 1% 0.72% -
HSV(B) 271.47º 0.56% 1% -
XYZ 44.34 29.37 97.94 -
YUV 150.73 186.85 153.87 -
System Red Green Blue C M Y K H S L
Decimal 187 112 255 0.27 0.56 0 0 271.47 1 0.72
Hex BB 70 FF 1B 38 0 0 10F 64 48
Octal 273 160 377 33 70 0 0 417 144 110
Binary 10111011 1110000 11111111 11011 111000 0 0 100001111 1100100 1001000

Color Harmonies of #BB70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70FF

Black with #BB70FF

Text Example


Text Example

White with #BB70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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