Html Css Color HEX #BD92D9 Wisteria

📋 copy color: '#BD92D9'

red 189 ◦ green 146 ◦ blue 217

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

Shades of Wisteria #BD92D9

Tints of Wisteria #BD92D9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.45%

 BLUE value IS 217 (85.16% from 255) = 39.31%

R = 34.24%
G = 26.45%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD92D9 (or 0xBD92D9) is known color: Wisteria. HEX triplet: BD, 92 and D9. RGB value is (189,146,217). Sum of RGB (Red+Green+Blue) = 189+146+217=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 217 (85.16% from 255 or 39.31% from 552); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD92D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92D9 is #426D26. Grayscale: #A6A6A6. Windows color (decimal): -4353319 or 14258877. OLE color: 14258877.

HSL color Cylindrical-coordinate representation of color #BD92D9: hue angle of 276.34º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD92D9 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 146 217 -
CMYK 0.13 0.33 0 0.15
HSL 276.34º 0.48% 0.71% -
HSV(B) 276.34º 0.33% 0.85% -
XYZ 43.79 36.39 70.36 -
YUV 166.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 189 146 217 0.13 0.33 0 0.15 276.34 0.48 0.71
Hex BD 92 D9 D 21 0 F 114 30 47
Octal 275 222 331 15 41 0 17 424 60 107
Binary 10111101 10010010 11011001 1101 100001 0 1111 100010100 110000 1000111

Color Harmonies of #BD92D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92D9

Black with #BD92D9

Text Example


Text Example

White with #BD92D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92D9; }

 p { color: rgb(189,146,217); }

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

background-color css

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

 a { background-color: rgb(189,146,217); }

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

border-color css

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

 span { border-color: rgb(189,146,217); }

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