Html Css Color HEX #BD81F6 Heliotrope

📋 copy color: '#BD81F6'

red 189 ◦ green 129 ◦ blue 246

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

Shades of Heliotrope #BD81F6

Tints of Heliotrope #BD81F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.62%

R = 33.51%
G = 22.87%
B = 43.62%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD81F6 (or 0xBD81F6) is known color: Heliotrope. HEX triplet: BD, 81 and F6. RGB value is (189,129,246). Sum of RGB (Red+Green+Blue) = 189+129+246=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD81F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81F6 is #427E09. Grayscale: #9F9F9F. Windows color (decimal): -4357642 or 16155069. OLE color: 16155069.

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

Color convert

RGB 189 129 246 -
CMYK 0.23 0.48 0 0.04
HSL 270.77º 0.87% 0.74% -
HSV(B) 270.77º 0.48% 0.96% -
XYZ 45.47 33.17 91.2 -
YUV 160.28 176.38 148.49 -
System Red Green Blue C M Y K H S L
Decimal 189 129 246 0.23 0.48 0 0.04 270.77 0.87 0.74
Hex BD 81 F6 17 30 0 4 10F 57 4A
Octal 275 201 366 27 60 0 4 417 127 112
Binary 10111101 10000001 11110110 10111 110000 0 100 100001111 1010111 1001010

Color Harmonies of #BD81F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81F6

Black with #BD81F6

Text Example


Text Example

White with #BD81F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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