Html Css Color HEX #BB70FD Heliotrope

📋 copy color: '#BB70FD'

red 187 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #BB70FD

Tints of Heliotrope #BB70FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 33.88%
G = 20.29%
B = 45.83%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB70FD (or 0xBB70FD) is known color: Heliotrope. HEX triplet: BB, 70 and FD. RGB value is (187,112,253). Sum of RGB (Red+Green+Blue) = 187+112+253=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB70FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB70FD is #448F02. Grayscale: #969696. Windows color (decimal): -4493059 or 16609467. OLE color: 16609467.

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

Color convert

RGB 187 112 253 -
CMYK 0.26 0.56 0 0.01
HSL 271.91º 0.97% 0.72% -
HSV(B) 271.91º 0.56% 0.99% -
XYZ 44.02 29.24 96.25 -
YUV 150.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 187 112 253 0.26 0.56 0 0.01 271.91 0.97 0.72
Hex BB 70 FD 1A 38 0 1 110 61 48
Octal 273 160 375 32 70 0 1 420 141 110
Binary 10111011 1110000 11111101 11010 111000 0 1 100010000 1100001 1001000

Color Harmonies of #BB70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB70FD

Black with #BB70FD

Text Example


Text Example

White with #BB70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB70FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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