Html Css Color HEX #BC7FFC Heliotrope

📋 copy color: '#BC7FFC'

red 188 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #BC7FFC

Tints of Heliotrope #BC7FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.4%

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

R = 33.16%
G = 22.4%
B = 44.44%

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

#BC7FFC (or 0xBC7FFC) is known color: Heliotrope. HEX triplet: BC, 7F and FC. RGB value is (188,127,252). Sum of RGB (Red+Green+Blue) = 188+127+252=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FFC is #438003. Grayscale: #9F9F9F. Windows color (decimal): -4423684 or 16547772. OLE color: 16547772.

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

Color convert

RGB 188 127 252 -
CMYK 0.25 0.50 0 0.01
HSL 269.28º 0.95% 0.74% -
HSV(B) 269.28º 0.5% 0.99% -
XYZ 45.9 32.9 96.03 -
YUV 159.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 188 127 252 0.25 0.50 0 0.01 269.28 0.95 0.74
Hex BC 7F FC 19 32 0 1 10D 5F 4A
Octal 274 177 374 31 62 0 1 415 137 112
Binary 10111100 1111111 11111100 11001 110010 0 1 100001101 1011111 1001010

Color Harmonies of #BC7FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FFC

Black with #BC7FFC

Text Example


Text Example

White with #BC7FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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