Html Css Color HEX #BD7EE0 Wisteria

📋 copy color: '#BD7EE0'

red 189 ◦ green 126 ◦ blue 224

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

Shades of Wisteria #BD7EE0

Tints of Wisteria #BD7EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 35.06%
G = 23.38%
B = 41.56%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD7EE0 (or 0xBD7EE0) is known color: Wisteria. HEX triplet: BD, 7E and E0. RGB value is (189,126,224). Sum of RGB (Red+Green+Blue) = 189+126+224=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EE0 is #42811F. Grayscale: #9B9B9B. Windows color (decimal): -4358432 or 14712509. OLE color: 14712509.

HSL color Cylindrical-coordinate representation of color #BD7EE0: hue angle of 278.57º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7EE0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 126 224 -
CMYK 0.16 0.44 0 0.12
HSL 278.57º 0.61% 0.69% -
HSV(B) 278.57º 0.44% 0.88% -
XYZ 41.9 31.12 74.32 -
YUV 156.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 189 126 224 0.16 0.44 0 0.12 278.57 0.61 0.69
Hex BD 7E E0 10 2C 0 C 117 3D 45
Octal 275 176 340 20 54 0 14 427 75 105
Binary 10111101 1111110 11100000 10000 101100 0 1100 100010111 111101 1000101

Color Harmonies of #BD7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7EE0

Black with #BD7EE0

Text Example


Text Example

White with #BD7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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