Html Css Color HEX #BC6CFC Heliotrope

📋 copy color: '#BC6CFC'

red 188 ◦ green 108 ◦ blue 252

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

Shades of Heliotrope #BC6CFC

Tints of Heliotrope #BC6CFC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.71%

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

R = 34.31%
G = 19.71%
B = 45.99%

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

#BC6CFC (or 0xBC6CFC) is known color: Heliotrope. HEX triplet: BC, 6C and FC. RGB value is (188,108,252). Sum of RGB (Red+Green+Blue) = 188+108+252=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 108 (42.58% from 255 or 19.71% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6CFC is #439303. Grayscale: #939393. Windows color (decimal): -4428548 or 16542908. OLE color: 16542908.

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

Color convert

RGB 188 108 252 -
CMYK 0.25 0.57 0 0.01
HSL 273.33º 0.96% 0.71% -
HSV(B) 273.33º 0.57% 0.99% -
XYZ 43.67 28.44 95.28 -
YUV 148.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 188 108 252 0.25 0.57 0 0.01 273.33 0.96 0.71
Hex BC 6C FC 19 39 0 1 111 60 47
Octal 274 154 374 31 71 0 1 421 140 107
Binary 10111100 1101100 11111100 11001 111001 0 1 100010001 1100000 1000111

Color Harmonies of #BC6CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6CFC

Black with #BC6CFC

Text Example


Text Example

White with #BC6CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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