Html Css Color HEX #BD94D8 Wisteria

📋 copy color: '#BD94D8'

red 189 ◦ green 148 ◦ blue 216

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

Shades of Wisteria #BD94D8

Tints of Wisteria #BD94D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 34.18%
G = 26.76%
B = 39.06%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD94D8 (or 0xBD94D8) is known color: Wisteria. HEX triplet: BD, 94 and D8. RGB value is (189,148,216). Sum of RGB (Red+Green+Blue) = 189+148+216=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD94D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94D8 is #426B27. Grayscale: #A7A7A7. Windows color (decimal): -4352808 or 14193853. OLE color: 14193853.

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

Color convert

RGB 189 148 216 -
CMYK 0.12 0.31 0 0.15
HSL 276.18º 0.47% 0.71% -
HSV(B) 276.18º 0.31% 0.85% -
XYZ 43.97 36.96 69.78 -
YUV 168.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 189 148 216 0.12 0.31 0 0.15 276.18 0.47 0.71
Hex BD 94 D8 C 1F 0 F 114 2F 47
Octal 275 224 330 14 37 0 17 424 57 107
Binary 10111101 10010100 11011000 1100 11111 0 1111 100010100 101111 1000111

Color Harmonies of #BD94D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94D8

Black with #BD94D8

Text Example


Text Example

White with #BD94D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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