Html Css Color HEX #BC81FA Heliotrope

📋 copy color: '#BC81FA'

red 188 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #BC81FA

Tints of Heliotrope #BC81FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 33.16%
G = 22.75%
B = 44.09%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC81FA (or 0xBC81FA) is known color: Heliotrope. HEX triplet: BC, 81 and FA. RGB value is (188,129,250). Sum of RGB (Red+Green+Blue) = 188+129+250=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC81FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81FA is #437E05. Grayscale: #A0A0A0. Windows color (decimal): -4423174 or 16417212. OLE color: 16417212.

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

Color convert

RGB 188 129 250 -
CMYK 0.25 0.48 0 0.02
HSL 269.26º 0.92% 0.74% -
HSV(B) 269.26º 0.48% 0.98% -
XYZ 45.84 33.29 94.45 -
YUV 160.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 188 129 250 0.25 0.48 0 0.02 269.26 0.92 0.74
Hex BC 81 FA 19 30 0 2 10D 5C 4A
Octal 274 201 372 31 60 0 2 415 134 112
Binary 10111100 10000001 11111010 11001 110000 0 10 100001101 1011100 1001010

Color Harmonies of #BC81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81FA

Black with #BC81FA

Text Example


Text Example

White with #BC81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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