Html Css Color HEX #BC5EFB Heliotrope

📋 copy color: '#BC5EFB'

red 188 ◦ green 94 ◦ blue 251

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

Shades of Heliotrope #BC5EFB

Tints of Heliotrope #BC5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.64%

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 35.27%
G = 17.64%
B = 47.09%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC5EFB (or 0xBC5EFB) is known color: Heliotrope. HEX triplet: BC, 5E and FB. RGB value is (188,94,251). Sum of RGB (Red+Green+Blue) = 188+94+251=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EFB is #43A104. Grayscale: #8B8B8B. Windows color (decimal): -4432133 or 16473788. OLE color: 16473788.

HSL color Cylindrical-coordinate representation of color #BC5EFB: hue angle of 275.92º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5EFB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 94 251 -
CMYK 0.25 0.63 0 0.02
HSL 275.92º 0.95% 0.68% -
HSV(B) 275.92º 0.63% 0.98% -
XYZ 42.15 25.66 94 -
YUV 140 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 188 94 251 0.25 0.63 0 0.02 275.92 0.95 0.68
Hex BC 5E FB 19 3F 0 2 114 5F 44
Octal 274 136 373 31 77 0 2 424 137 104
Binary 10111100 1011110 11111011 11001 111111 0 10 100010100 1011111 1000100

Color Harmonies of #BC5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EFB

Black with #BC5EFB

Text Example


Text Example

White with #BC5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EFB; }

 p { color: rgb(188,94,251); }

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

background-color css

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

 a { background-color: rgb(188,94,251); }

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

border-color css

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

 span { border-color: rgb(188,94,251); }

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