Html Css Color HEX #BD94DE Wisteria

📋 copy color: '#BD94DE'

red 189 ◦ green 148 ◦ blue 222

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

Shades of Wisteria #BD94DE

Tints of Wisteria #BD94DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 33.81%
G = 26.48%
B = 39.71%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD94DE (or 0xBD94DE) is known color: Wisteria. HEX triplet: BD, 94 and DE. RGB value is (189,148,222). Sum of RGB (Red+Green+Blue) = 189+148+222=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94DE is #426B21. Grayscale: #A8A8A8. Windows color (decimal): -4352802 or 14587069. OLE color: 14587069.

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

Color convert

RGB 189 148 222 -
CMYK 0.15 0.33 0 0.13
HSL 273.24º 0.53% 0.73% -
HSV(B) 273.24º 0.33% 0.87% -
XYZ 44.76 37.27 73.94 -
YUV 168.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 189 148 222 0.15 0.33 0 0.13 273.24 0.53 0.73
Hex BD 94 DE F 21 0 D 111 35 49
Octal 275 224 336 17 41 0 15 421 65 111
Binary 10111101 10010100 11011110 1111 100001 0 1101 100010001 110101 1001001

Color Harmonies of #BD94DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94DE

Black with #BD94DE

Text Example


Text Example

White with #BD94DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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