Html Css Color HEX #BD92D2 Wisteria

📋 copy color: '#BD92D2'

red 189 ◦ green 146 ◦ blue 210

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

Shades of Wisteria #BD92D2

Tints of Wisteria #BD92D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 34.68%
G = 26.79%
B = 38.53%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD92D2 (or 0xBD92D2) is known color: Wisteria. HEX triplet: BD, 92 and D2. RGB value is (189,146,210). Sum of RGB (Red+Green+Blue) = 189+146+210=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92D2 is #426D2D. Grayscale: #A5A5A5. Windows color (decimal): -4353326 or 13800125. OLE color: 13800125.

HSL color Cylindrical-coordinate representation of color #BD92D2: hue angle of 280.31º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD92D2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 146 210 -
CMYK 0.10 0.30 0 0.18
HSL 280.31º 0.42% 0.7% -
HSV(B) 280.31º 0.3% 0.82% -
XYZ 42.9 36.03 65.67 -
YUV 166.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 189 146 210 0.10 0.30 0 0.18 280.31 0.42 0.7
Hex BD 92 D2 A 1E 0 12 118 2A 46
Octal 275 222 322 12 36 0 22 430 52 106
Binary 10111101 10010010 11010010 1010 11110 0 10010 100011000 101010 1000110

Color Harmonies of #BD92D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92D2

Black with #BD92D2

Text Example


Text Example

White with #BD92D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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