Html Css Color HEX #BD7DDB Wisteria

📋 copy color: '#BD7DDB'

red 189 ◦ green 125 ◦ blue 219

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

Shades of Wisteria #BD7DDB

Tints of Wisteria #BD7DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 35.46%
G = 23.45%
B = 41.09%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD7DDB (or 0xBD7DDB) is known color: Wisteria. HEX triplet: BD, 7D and DB. RGB value is (189,125,219). Sum of RGB (Red+Green+Blue) = 189+125+219=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DDB is #428224. Grayscale: #9A9A9A. Windows color (decimal): -4358693 or 14384573. OLE color: 14384573.

HSL color Cylindrical-coordinate representation of color #BD7DDB: hue angle of 280.85º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7DDB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 125 219 -
CMYK 0.14 0.43 0 0.14
HSL 280.85º 0.57% 0.67% -
HSV(B) 280.85º 0.43% 0.86% -
XYZ 41.11 30.6 70.76 -
YUV 154.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 189 125 219 0.14 0.43 0 0.14 280.85 0.57 0.67
Hex BD 7D DB E 2B 0 E 119 39 43
Octal 275 175 333 16 53 0 16 431 71 103
Binary 10111101 1111101 11011011 1110 101011 0 1110 100011001 111001 1000011

Color Harmonies of #BD7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DDB

Black with #BD7DDB

Text Example


Text Example

White with #BD7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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