Html Css Color HEX #BC5BFD Heliotrope

📋 copy color: '#BC5BFD'

red 188 ◦ green 91 ◦ blue 253

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

Shades of Heliotrope #BC5BFD

Tints of Heliotrope #BC5BFD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.11%

 BLUE value IS 253 (99.22% from 255) = 47.56%

R = 35.34%
G = 17.11%
B = 47.56%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC5BFD (or 0xBC5BFD) is known color: Heliotrope. HEX triplet: BC, 5B and FD. RGB value is (188,91,253). Sum of RGB (Red+Green+Blue) = 188+91+253=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC5BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BFD is #43A402. Grayscale: #898989. Windows color (decimal): -4432899 or 16604092. OLE color: 16604092.

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

Color convert

RGB 188 91 253 -
CMYK 0.26 0.64 0 0.01
HSL 275.93º 0.98% 0.67% -
HSV(B) 275.93º 0.64% 0.99% -
XYZ 42.21 25.27 95.58 -
YUV 138.47 192.64 163.33 -
System Red Green Blue C M Y K H S L
Decimal 188 91 253 0.26 0.64 0 0.01 275.93 0.98 0.67
Hex BC 5B FD 1A 40 0 1 114 62 43
Octal 274 133 375 32 100 0 1 424 142 103
Binary 10111100 1011011 11111101 11010 1000000 0 1 100010100 1100010 1000011

Color Harmonies of #BC5BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BFD

Black with #BC5BFD

Text Example


Text Example

White with #BC5BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BFD; }

 p { color: rgb(188,91,253); }

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

background-color css

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

 a { background-color: rgb(188,91,253); }

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

border-color css

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

 span { border-color: rgb(188,91,253); }

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