Html Css Color HEX #BC6DFC Heliotrope

📋 copy color: '#BC6DFC'

red 188 ◦ green 109 ◦ blue 252

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

Shades of Heliotrope #BC6DFC

Tints of Heliotrope #BC6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.85%

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 34.24%
G = 19.85%
B = 45.9%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC6DFC (or 0xBC6DFC) is known color: Heliotrope. HEX triplet: BC, 6D and FC. RGB value is (188,109,252). Sum of RGB (Red+Green+Blue) = 188+109+252=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC6DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6DFC is #439203. Grayscale: #949494. Windows color (decimal): -4428292 or 16543164. OLE color: 16543164.

HSL color Cylindrical-coordinate representation of color #BC6DFC: hue angle of 273.15º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC6DFC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 109 252 -
CMYK 0.25 0.57 0 0.01
HSL 273.15º 0.96% 0.71% -
HSV(B) 273.15º 0.57% 0.99% -
XYZ 43.78 28.66 95.32 -
YUV 148.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 188 109 252 0.25 0.57 0 0.01 273.15 0.96 0.71
Hex BC 6D FC 19 39 0 1 111 60 47
Octal 274 155 374 31 71 0 1 421 140 107
Binary 10111100 1101101 11111100 11001 111001 0 1 100010001 1100000 1000111

Color Harmonies of #BC6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6DFC

Black with #BC6DFC

Text Example


Text Example

White with #BC6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6DFC; }

 p { color: rgb(188,109,252); }

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

background-color css

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

 a { background-color: rgb(188,109,252); }

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

border-color css

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

 span { border-color: rgb(188,109,252); }

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