Html Css Color HEX #BC7DFC Heliotrope

📋 copy color: '#BC7DFC'

red 188 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #BC7DFC

Tints of Heliotrope #BC7DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.12%

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

R = 33.27%
G = 22.12%
B = 44.6%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC7DFC (or 0xBC7DFC) is known color: Heliotrope. HEX triplet: BC, 7D and FC. RGB value is (188,125,252). Sum of RGB (Red+Green+Blue) = 188+125+252=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC7DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DFC is #438203. Grayscale: #9D9D9D. Windows color (decimal): -4424196 or 16547260. OLE color: 16547260.

HSL color Cylindrical-coordinate representation of color #BC7DFC: hue angle of 269.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7DFC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 125 252 -
CMYK 0.25 0.50 0 0.01
HSL 269.76º 0.95% 0.74% -
HSV(B) 269.76º 0.5% 0.99% -
XYZ 45.64 32.39 95.94 -
YUV 158.32 180.87 149.17 -
System Red Green Blue C M Y K H S L
Decimal 188 125 252 0.25 0.50 0 0.01 269.76 0.95 0.74
Hex BC 7D FC 19 32 0 1 10E 5F 4A
Octal 274 175 374 31 62 0 1 416 137 112
Binary 10111100 1111101 11111100 11001 110010 0 1 100001110 1011111 1001010

Color Harmonies of #BC7DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DFC

Black with #BC7DFC

Text Example


Text Example

White with #BC7DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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