Html Css Color HEX #BD8EDF Wisteria

📋 copy color: '#BD8EDF'

red 189 ◦ green 142 ◦ blue 223

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

Shades of Wisteria #BD8EDF

Tints of Wisteria #BD8EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.63%

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 34.12%
G = 25.63%
B = 40.25%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD8EDF (or 0xBD8EDF) is known color: Wisteria. HEX triplet: BD, 8E and DF. RGB value is (189,142,223). Sum of RGB (Red+Green+Blue) = 189+142+223=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD8EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EDF is #427120. Grayscale: #A5A5A5. Windows color (decimal): -4354337 or 14651069. OLE color: 14651069.

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

Color convert

RGB 189 142 223 -
CMYK 0.15 0.36 0 0.13
HSL 274.81º 0.56% 0.72% -
HSV(B) 274.81º 0.36% 0.87% -
XYZ 43.98 35.49 74.34 -
YUV 165.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 189 142 223 0.15 0.36 0 0.13 274.81 0.56 0.72
Hex BD 8E DF F 24 0 D 113 38 48
Octal 275 216 337 17 44 0 15 423 70 110
Binary 10111101 10001110 11011111 1111 100100 0 1101 100010011 111000 1001000

Color Harmonies of #BD8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EDF

Black with #BD8EDF

Text Example


Text Example

White with #BD8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EDF; }

 p { color: rgb(189,142,223); }

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

background-color css

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

 a { background-color: rgb(189,142,223); }

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

border-color css

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

 span { border-color: rgb(189,142,223); }

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