Html Css Color HEX #BD7EDE Wisteria

📋 copy color: '#BD7EDE'

red 189 ◦ green 126 ◦ blue 222

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

Shades of Wisteria #BD7EDE

Tints of Wisteria #BD7EDE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

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

R = 35.2%
G = 23.46%
B = 41.34%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD7EDE (or 0xBD7EDE) is known color: Wisteria. HEX triplet: BD, 7E and DE. RGB value is (189,126,222). Sum of RGB (Red+Green+Blue) = 189+126+222=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EDE is #428121. Grayscale: #9B9B9B. Windows color (decimal): -4358434 or 14581437. OLE color: 14581437.

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

Color convert

RGB 189 126 222 -
CMYK 0.15 0.43 0 0.13
HSL 279.38º 0.59% 0.68% -
HSV(B) 279.38º 0.43% 0.87% -
XYZ 41.63 31.01 72.9 -
YUV 155.78 165.37 151.69 -
System Red Green Blue C M Y K H S L
Decimal 189 126 222 0.15 0.43 0 0.13 279.38 0.59 0.68
Hex BD 7E DE F 2B 0 D 117 3B 44
Octal 275 176 336 17 53 0 15 427 73 104
Binary 10111101 1111110 11011110 1111 101011 0 1101 100010111 111011 1000100

Color Harmonies of #BD7EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EDE

Black with #BD7EDE

Text Example


Text Example

White with #BD7EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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