Html Css Color HEX #BC70FD Heliotrope

📋 copy color: '#BC70FD'

red 188 ◦ green 112 ◦ blue 253

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

Shades of Heliotrope #BC70FD

Tints of Heliotrope #BC70FD

RGB

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

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

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

R = 34%
G = 20.25%
B = 45.75%

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

#BC70FD (or 0xBC70FD) is known color: Heliotrope. HEX triplet: BC, 70 and FD. RGB value is (188,112,253). Sum of RGB (Red+Green+Blue) = 188+112+253=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC70FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC70FD is #438F02. Grayscale: #969696. Windows color (decimal): -4427523 or 16609468. OLE color: 16609468.

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

Color convert

RGB 188 112 253 -
CMYK 0.26 0.56 0 0.01
HSL 272.34º 0.97% 0.72% -
HSV(B) 272.34º 0.56% 0.99% -
XYZ 44.26 29.37 96.26 -
YUV 150.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 188 112 253 0.26 0.56 0 0.01 272.34 0.97 0.72
Hex BC 70 FD 1A 38 0 1 110 61 48
Octal 274 160 375 32 70 0 1 420 141 110
Binary 10111100 1110000 11111101 11010 111000 0 1 100010000 1100001 1001000

Color Harmonies of #BC70FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70FD

Black with #BC70FD

Text Example


Text Example

White with #BC70FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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