Html Css Color HEX #BC70F1 Heliotrope

📋 copy color: '#BC70F1'

red 188 ◦ green 112 ◦ blue 241

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

Shades of Heliotrope #BC70F1

Tints of Heliotrope #BC70F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.55%

R = 34.75%
G = 20.7%
B = 44.55%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC70F1 (or 0xBC70F1) is known color: Heliotrope. HEX triplet: BC, 70 and F1. RGB value is (188,112,241). Sum of RGB (Red+Green+Blue) = 188+112+241=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC70F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70F1 is #438F0E. Grayscale: #949494. Windows color (decimal): -4427535 or 15823036. OLE color: 15823036.

HSL color Cylindrical-coordinate representation of color #BC70F1: hue angle of 275.35º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC70F1 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 112 241 -
CMYK 0.22 0.54 0 0.05
HSL 275.35º 0.82% 0.69% -
HSV(B) 275.35º 0.54% 0.95% -
XYZ 42.41 28.63 86.51 -
YUV 149.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 188 112 241 0.22 0.54 0 0.05 275.35 0.82 0.69
Hex BC 70 F1 16 36 0 5 113 52 45
Octal 274 160 361 26 66 0 5 423 122 105
Binary 10111100 1110000 11110001 10110 110110 0 101 100010011 1010010 1000101

Color Harmonies of #BC70F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70F1

Black with #BC70F1

Text Example


Text Example

White with #BC70F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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