Html Css Color HEX #BC7CFC Heliotrope

📋 copy color: '#BC7CFC'

red 188 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #BC7CFC

Tints of Heliotrope #BC7CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.99%

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

R = 33.33%
G = 21.99%
B = 44.68%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC7CFC (or 0xBC7CFC) is known color: Heliotrope. HEX triplet: BC, 7C and FC. RGB value is (188,124,252). Sum of RGB (Red+Green+Blue) = 188+124+252=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CFC is #438303. Grayscale: #9D9D9D. Windows color (decimal): -4424452 or 16547004. OLE color: 16547004.

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

Color convert

RGB 188 124 252 -
CMYK 0.25 0.51 0 0.01
HSL 270º 0.96% 0.74% -
HSV(B) 270º 0.51% 0.99% -
XYZ 45.52 32.13 95.9 -
YUV 157.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 188 124 252 0.25 0.51 0 0.01 270 0.96 0.74
Hex BC 7C FC 19 33 0 1 10E 60 4A
Octal 274 174 374 31 63 0 1 416 140 112
Binary 10111100 1111100 11111100 11001 110011 0 1 100001110 1100000 1001010

Color Harmonies of #BC7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CFC

Black with #BC7CFC

Text Example


Text Example

White with #BC7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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