Html Css Color HEX #BC70FF Heliotrope

📋 copy color: '#BC70FF'

red 188 ◦ green 112 ◦ blue 255

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

Shades of Heliotrope #BC70FF

Tints of Heliotrope #BC70FF

RGB

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

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

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

R = 33.87%
G = 20.18%
B = 45.95%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC70FF (or 0xBC70FF) is known color: Heliotrope. HEX triplet: BC, 70 and FF. RGB value is (188,112,255). Sum of RGB (Red+Green+Blue) = 188+112+255=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70FF is #438F00. Grayscale: #969696. Windows color (decimal): -4427521 or 16740540. OLE color: 16740540.

HSL color Cylindrical-coordinate representation of color #BC70FF: hue angle of 271.89º 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 #BC70FF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 112 255 -
CMYK 0.26 0.56 0 0
HSL 271.89º 1% 0.72% -
HSV(B) 271.89º 0.56% 1% -
XYZ 44.58 29.5 97.95 -
YUV 151.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 188 112 255 0.26 0.56 0 0 271.89 1 0.72
Hex BC 70 FF 1A 38 0 0 110 64 48
Octal 274 160 377 32 70 0 0 420 144 110
Binary 10111100 1110000 11111111 11010 111000 0 0 100010000 1100100 1001000

Color Harmonies of #BC70FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70FF

Black with #BC70FF

Text Example


Text Example

White with #BC70FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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