Html Css Color HEX #BC70EE Heliotrope

📋 copy color: '#BC70EE'

red 188 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #BC70EE

Tints of Heliotrope #BC70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 34.94%
G = 20.82%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC70EE (or 0xBC70EE) is known color: Heliotrope. HEX triplet: BC, 70 and EE. RGB value is (188,112,238). Sum of RGB (Red+Green+Blue) = 188+112+238=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70EE is #438F11. Grayscale: #949494. Windows color (decimal): -4427538 or 15626428. OLE color: 15626428.

HSL color Cylindrical-coordinate representation of color #BC70EE: hue angle of 276.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC70EE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 112 238 -
CMYK 0.21 0.53 0 0.07
HSL 276.19º 0.79% 0.69% -
HSV(B) 276.19º 0.53% 0.93% -
XYZ 41.97 28.45 84.17 -
YUV 149.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 188 112 238 0.21 0.53 0 0.07 276.19 0.79 0.69
Hex BC 70 EE 15 35 0 7 114 4F 45
Octal 274 160 356 25 65 0 7 424 117 105
Binary 10111100 1110000 11101110 10101 110101 0 111 100010100 1001111 1000101

Color Harmonies of #BC70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70EE

Black with #BC70EE

Text Example


Text Example

White with #BC70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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