Html Css Color HEX #BD8FE0 Wisteria

📋 copy color: '#BD8FE0'

red 189 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #BD8FE0

Tints of Wisteria #BD8FE0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.72%

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

R = 33.99%
G = 25.72%
B = 40.29%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD8FE0 (or 0xBD8FE0) is known color: Wisteria. HEX triplet: BD, 8F and E0. RGB value is (189,143,224). Sum of RGB (Red+Green+Blue) = 189+143+224=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD8FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FE0 is #42701F. Grayscale: #A5A5A5. Windows color (decimal): -4354080 or 14716861. OLE color: 14716861.

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

Color convert

RGB 189 143 224 -
CMYK 0.16 0.36 0 0.12
HSL 274.07º 0.57% 0.72% -
HSV(B) 274.07º 0.36% 0.88% -
XYZ 44.26 35.85 75.11 -
YUV 165.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 189 143 224 0.16 0.36 0 0.12 274.07 0.57 0.72
Hex BD 8F E0 10 24 0 C 112 39 48
Octal 275 217 340 20 44 0 14 422 71 110
Binary 10111101 10001111 11100000 10000 100100 0 1100 100010010 111001 1001000

Color Harmonies of #BD8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8FE0

Black with #BD8FE0

Text Example


Text Example

White with #BD8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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