Html Css Color HEX #BC70FB Heliotrope

📋 copy color: '#BC70FB'

red 188 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #BC70FB

Tints of Heliotrope #BC70FB

RGB

 RED value IS 188 (73.83% from 255) = 34.12%

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 34.12%
G = 20.33%
B = 45.55%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC70FB (or 0xBC70FB) is known color: Heliotrope. HEX triplet: BC, 70 and FB. RGB value is (188,112,251). Sum of RGB (Red+Green+Blue) = 188+112+251=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC70FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70FB is #438F04. Grayscale: #969696. Windows color (decimal): -4427525 or 16478396. OLE color: 16478396.

HSL color Cylindrical-coordinate representation of color #BC70FB: hue angle of 272.81º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC70FB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 112 251 -
CMYK 0.25 0.55 0 0.02
HSL 272.81º 0.95% 0.71% -
HSV(B) 272.81º 0.55% 0.98% -
XYZ 43.95 29.24 94.6 -
YUV 150.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 188 112 251 0.25 0.55 0 0.02 272.81 0.95 0.71
Hex BC 70 FB 19 37 0 2 111 5F 47
Octal 274 160 373 31 67 0 2 421 137 107
Binary 10111100 1110000 11111011 11001 110111 0 10 100010001 1011111 1000111

Color Harmonies of #BC70FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70FB

Black with #BC70FB

Text Example


Text Example

White with #BC70FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70FB; }

 p { color: rgb(188,112,251); }

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

background-color css

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

 a { background-color: rgb(188,112,251); }

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

border-color css

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

 span { border-color: rgb(188,112,251); }

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