Html Css Color HEX #BC5FFB Heliotrope

📋 copy color: '#BC5FFB'

red 188 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #BC5FFB

Tints of Heliotrope #BC5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.79%

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

R = 35.21%
G = 17.79%
B = 47%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC5FFB (or 0xBC5FFB) is known color: Heliotrope. HEX triplet: BC, 5F and FB. RGB value is (188,95,251). Sum of RGB (Red+Green+Blue) = 188+95+251=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 95 (37.5% from 255 or 17.79% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FFB is #43A004. Grayscale: #8C8C8C. Windows color (decimal): -4431877 or 16474044. OLE color: 16474044.

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

Color convert

RGB 188 95 251 -
CMYK 0.25 0.62 0 0.02
HSL 275.77º 0.95% 0.68% -
HSV(B) 275.77º 0.62% 0.98% -
XYZ 42.24 25.84 94.03 -
YUV 140.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 188 95 251 0.25 0.62 0 0.02 275.77 0.95 0.68
Hex BC 5F FB 19 3E 0 2 114 5F 44
Octal 274 137 373 31 76 0 2 424 137 104
Binary 10111100 1011111 11111011 11001 111110 0 10 100010100 1011111 1000100

Color Harmonies of #BC5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FFB

Black with #BC5FFB

Text Example


Text Example

White with #BC5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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