Html Css Color HEX #BD94DA Wisteria

📋 copy color: '#BD94DA'

red 189 ◦ green 148 ◦ blue 218

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

Shades of Wisteria #BD94DA

Tints of Wisteria #BD94DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.28%

R = 34.05%
G = 26.67%
B = 39.28%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD94DA (or 0xBD94DA) is known color: Wisteria. HEX triplet: BD, 94 and DA. RGB value is (189,148,218). Sum of RGB (Red+Green+Blue) = 189+148+218=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD94DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94DA is #426B25. Grayscale: #A7A7A7. Windows color (decimal): -4352806 or 14324925. OLE color: 14324925.

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

Color convert

RGB 189 148 218 -
CMYK 0.13 0.32 0 0.15
HSL 275.14º 0.49% 0.72% -
HSV(B) 275.14º 0.32% 0.85% -
XYZ 44.23 37.06 71.15 -
YUV 168.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 189 148 218 0.13 0.32 0 0.15 275.14 0.49 0.72
Hex BD 94 DA D 20 0 F 113 31 48
Octal 275 224 332 15 40 0 17 423 61 110
Binary 10111101 10010100 11011010 1101 100000 0 1111 100010011 110001 1001000

Color Harmonies of #BD94DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD94DA

Black with #BD94DA

Text Example


Text Example

White with #BD94DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD94DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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