Html Css Color HEX #BD94DD Wisteria

📋 copy color: '#BD94DD'

red 189 ◦ green 148 ◦ blue 221

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

Shades of Wisteria #BD94DD

Tints of Wisteria #BD94DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 33.87%
G = 26.52%
B = 39.61%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD94DD (or 0xBD94DD) is known color: Wisteria. HEX triplet: BD, 94 and DD. RGB value is (189,148,221). Sum of RGB (Red+Green+Blue) = 189+148+221=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94DD is #426B22. Grayscale: #A8A8A8. Windows color (decimal): -4352803 or 14521533. OLE color: 14521533.

HSL color Cylindrical-coordinate representation of color #BD94DD: hue angle of 273.7º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD94DD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 148 221 -
CMYK 0.14 0.33 0 0.13
HSL 273.7º 0.52% 0.72% -
HSV(B) 273.7º 0.33% 0.87% -
XYZ 44.63 37.22 73.24 -
YUV 168.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 189 148 221 0.14 0.33 0 0.13 273.7 0.52 0.72
Hex BD 94 DD E 21 0 D 112 34 48
Octal 275 224 335 16 41 0 15 422 64 110
Binary 10111101 10010100 11011101 1110 100001 0 1101 100010010 110100 1001000

Color Harmonies of #BD94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94DD

Black with #BD94DD

Text Example


Text Example

White with #BD94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94DD; }

 p { color: rgb(189,148,221); }

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

background-color css

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

 a { background-color: rgb(189,148,221); }

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

border-color css

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

 span { border-color: rgb(189,148,221); }

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