Html Css Color HEX #BD81F5 Heliotrope

📋 copy color: '#BD81F5'

red 189 ◦ green 129 ◦ blue 245

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

Shades of Heliotrope #BD81F5

Tints of Heliotrope #BD81F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.52%

R = 33.57%
G = 22.91%
B = 43.52%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD81F5 (or 0xBD81F5) is known color: Heliotrope. HEX triplet: BD, 81 and F5. RGB value is (189,129,245). Sum of RGB (Red+Green+Blue) = 189+129+245=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD81F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81F5 is #427E0A. Grayscale: #9F9F9F. Windows color (decimal): -4357643 or 16089533. OLE color: 16089533.

HSL color Cylindrical-coordinate representation of color #BD81F5: hue angle of 271.03º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD81F5 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 129 245 -
CMYK 0.23 0.47 0 0.04
HSL 271.03º 0.85% 0.73% -
HSV(B) 271.03º 0.47% 0.96% -
XYZ 45.32 33.11 90.39 -
YUV 160.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 189 129 245 0.23 0.47 0 0.04 271.03 0.85 0.73
Hex BD 81 F5 17 2F 0 4 10F 55 49
Octal 275 201 365 27 57 0 4 417 125 111
Binary 10111101 10000001 11110101 10111 101111 0 100 100001111 1010101 1001001

Color Harmonies of #BD81F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81F5

Black with #BD81F5

Text Example


Text Example

White with #BD81F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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