Html Css Color HEX #BD81F9 Heliotrope

📋 copy color: '#BD81F9'

red 189 ◦ green 129 ◦ blue 249

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

Shades of Heliotrope #BD81F9

Tints of Heliotrope #BD81F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.92%

R = 33.33%
G = 22.75%
B = 43.92%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD81F9 (or 0xBD81F9) is known color: Heliotrope. HEX triplet: BD, 81 and F9. RGB value is (189,129,249). Sum of RGB (Red+Green+Blue) = 189+129+249=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD81F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81F9 is #427E06. Grayscale: #A0A0A0. Windows color (decimal): -4357639 or 16351677. OLE color: 16351677.

HSL color Cylindrical-coordinate representation of color #BD81F9: hue angle of 270º degrees, saturation: 0.91, 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 #BD81F9 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 129 249 -
CMYK 0.24 0.48 0 0.02
HSL 270º 0.91% 0.74% -
HSV(B) 270º 0.48% 0.98% -
XYZ 45.94 33.36 93.64 -
YUV 160.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 189 129 249 0.24 0.48 0 0.02 270 0.91 0.74
Hex BD 81 F9 18 30 0 2 10E 5B 4A
Octal 275 201 371 30 60 0 2 416 133 112
Binary 10111101 10000001 11111001 11000 110000 0 10 100001110 1011011 1001010

Color Harmonies of #BD81F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81F9

Black with #BD81F9

Text Example


Text Example

White with #BD81F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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