Html Css Color HEX #BD81FE Heliotrope

📋 copy color: '#BD81FE'

red 189 ◦ green 129 ◦ blue 254

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

Shades of Heliotrope #BD81FE

Tints of Heliotrope #BD81FE

RGB

 RED value IS 189 (74.22% from 255) = 33.04%

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 33.04%
G = 22.55%
B = 44.41%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD81FE (or 0xBD81FE) is known color: Heliotrope. HEX triplet: BD, 81 and FE. RGB value is (189,129,254). Sum of RGB (Red+Green+Blue) = 189+129+254=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD81FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81FE is #427E01. Grayscale: #A0A0A0. Windows color (decimal): -4357634 or 16679357. OLE color: 16679357.

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

Color convert

RGB 189 129 254 -
CMYK 0.26 0.49 0 0.00
HSL 268.8º 0.98% 0.75% -
HSV(B) 268.8º 0.49% 1% -
XYZ 46.73 33.68 97.8 -
YUV 161.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 189 129 254 0.26 0.49 0 0.00 268.8 0.98 0.75
Hex BD 81 FE 1A 31 0 0 10D 62 4B
Octal 275 201 376 32 61 0 0 415 142 113
Binary 10111101 10000001 11111110 11010 110001 0 0 100001101 1100010 1001011

Color Harmonies of #BD81FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81FE

Black with #BD81FE

Text Example


Text Example

White with #BD81FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81FE; }

 p { color: rgb(189,129,254); }

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

background-color css

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

 a { background-color: rgb(189,129,254); }

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

border-color css

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

 span { border-color: rgb(189,129,254); }

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