Html Css Color HEX #BC81FC Heliotrope

📋 copy color: '#BC81FC'

red 188 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #BC81FC

Tints of Heliotrope #BC81FC

RGB

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

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

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

R = 33.04%
G = 22.67%
B = 44.29%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC81FC (or 0xBC81FC) is known color: Heliotrope. HEX triplet: BC, 81 and FC. RGB value is (188,129,252). Sum of RGB (Red+Green+Blue) = 188+129+252=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC81FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81FC is #437E03. Grayscale: #A0A0A0. Windows color (decimal): -4423172 or 16548284. OLE color: 16548284.

HSL color Cylindrical-coordinate representation of color #BC81FC: hue angle of 268.78º degrees, saturation: 0.95, 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 #BC81FC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 129 252 -
CMYK 0.25 0.49 0 0.01
HSL 268.78º 0.95% 0.75% -
HSV(B) 268.78º 0.49% 0.99% -
XYZ 46.16 33.42 96.11 -
YUV 160.66 179.55 147.5 -
System Red Green Blue C M Y K H S L
Decimal 188 129 252 0.25 0.49 0 0.01 268.78 0.95 0.75
Hex BC 81 FC 19 31 0 1 10D 5F 4B
Octal 274 201 374 31 61 0 1 415 137 113
Binary 10111100 10000001 11111100 11001 110001 0 1 100001101 1011111 1001011

Color Harmonies of #BC81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81FC

Black with #BC81FC

Text Example


Text Example

White with #BC81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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