Html Css Color HEX #BD7DDA Wisteria

📋 copy color: '#BD7DDA'

red 189 ◦ green 125 ◦ blue 218

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

Shades of Wisteria #BD7DDA

Tints of Wisteria #BD7DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

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

R = 35.53%
G = 23.5%
B = 40.98%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD7DDA (or 0xBD7DDA) is known color: Wisteria. HEX triplet: BD, 7D and DA. RGB value is (189,125,218). Sum of RGB (Red+Green+Blue) = 189+125+218=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DDA is #428225. Grayscale: #9A9A9A. Windows color (decimal): -4358694 or 14319037. OLE color: 14319037.

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

Color convert

RGB 189 125 218 -
CMYK 0.13 0.43 0 0.15
HSL 281.29º 0.56% 0.67% -
HSV(B) 281.29º 0.43% 0.85% -
XYZ 40.97 30.55 70.07 -
YUV 154.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 189 125 218 0.13 0.43 0 0.15 281.29 0.56 0.67
Hex BD 7D DA D 2B 0 F 119 38 43
Octal 275 175 332 15 53 0 17 431 70 103
Binary 10111101 1111101 11011010 1101 101011 0 1111 100011001 111000 1000011

Color Harmonies of #BD7DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DDA

Black with #BD7DDA

Text Example


Text Example

White with #BD7DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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