Html Css Color HEX #BC81FD Heliotrope

📋 copy color: '#BC81FD'

red 188 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #BC81FD

Tints of Heliotrope #BC81FD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.63%

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

R = 32.98%
G = 22.63%
B = 44.39%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC81FD (or 0xBC81FD) is known color: Heliotrope. HEX triplet: BC, 81 and FD. RGB value is (188,129,253). Sum of RGB (Red+Green+Blue) = 188+129+253=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC81FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81FD is #437E02. Grayscale: #A0A0A0. Windows color (decimal): -4423171 or 16613820. OLE color: 16613820.

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

Color convert

RGB 188 129 253 -
CMYK 0.26 0.49 0 0.01
HSL 268.55º 0.97% 0.75% -
HSV(B) 268.55º 0.49% 0.99% -
XYZ 46.32 33.48 96.95 -
YUV 160.78 180.05 147.42 -
System Red Green Blue C M Y K H S L
Decimal 188 129 253 0.26 0.49 0 0.01 268.55 0.97 0.75
Hex BC 81 FD 1A 31 0 1 10D 61 4B
Octal 274 201 375 32 61 0 1 415 141 113
Binary 10111100 10000001 11111101 11010 110001 0 1 100001101 1100001 1001011

Color Harmonies of #BC81FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81FD

Black with #BC81FD

Text Example


Text Example

White with #BC81FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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