Html Css Color HEX #BC5CFC Heliotrope

📋 copy color: '#BC5CFC'

red 188 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #BC5CFC

Tints of Heliotrope #BC5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.29%

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

R = 35.34%
G = 17.29%
B = 47.37%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC5CFC (or 0xBC5CFC) is known color: Heliotrope. HEX triplet: BC, 5C and FC. RGB value is (188,92,252). Sum of RGB (Red+Green+Blue) = 188+92+252=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC5CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CFC is #43A303. Grayscale: #8A8A8A. Windows color (decimal): -4432644 or 16538812. OLE color: 16538812.

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

Color convert

RGB 188 92 252 -
CMYK 0.25 0.63 0 0.01
HSL 276º 0.96% 0.67% -
HSV(B) 276º 0.63% 0.99% -
XYZ 42.14 25.37 94.77 -
YUV 138.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 188 92 252 0.25 0.63 0 0.01 276 0.96 0.67
Hex BC 5C FC 19 3F 0 1 114 60 43
Octal 274 134 374 31 77 0 1 424 140 103
Binary 10111100 1011100 11111100 11001 111111 0 1 100010100 1100000 1000011

Color Harmonies of #BC5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CFC

Black with #BC5CFC

Text Example


Text Example

White with #BC5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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