Html Css Color HEX #BD8CCE Wisteria

📋 copy color: '#BD8CCE'

red 189 ◦ green 140 ◦ blue 206

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

Shades of Wisteria #BD8CCE

Tints of Wisteria #BD8CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 35.33%
G = 26.17%
B = 38.5%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD8CCE (or 0xBD8CCE) is known color: Wisteria. HEX triplet: BD, 8C and CE. RGB value is (189,140,206). Sum of RGB (Red+Green+Blue) = 189+140+206=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CCE is #427331. Grayscale: #A1A1A1. Windows color (decimal): -4354866 or 13536445. OLE color: 13536445.

HSL color Cylindrical-coordinate representation of color #BD8CCE: hue angle of 284.55º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD8CCE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 140 206 -
CMYK 0.08 0.32 0 0.19
HSL 284.55º 0.4% 0.68% -
HSV(B) 284.55º 0.32% 0.81% -
XYZ 41.5 34.03 62.77 -
YUV 162.18 152.73 147.13 -
System Red Green Blue C M Y K H S L
Decimal 189 140 206 0.08 0.32 0 0.19 284.55 0.4 0.68
Hex BD 8C CE 8 20 0 13 11D 28 44
Octal 275 214 316 10 40 0 23 435 50 104
Binary 10111101 10001100 11001110 1000 100000 0 10011 100011101 101000 1000100

Color Harmonies of #BD8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CCE

Black with #BD8CCE

Text Example


Text Example

White with #BD8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CCE; }

 p { color: rgb(189,140,206); }

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

background-color css

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

 a { background-color: rgb(189,140,206); }

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

border-color css

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

 span { border-color: rgb(189,140,206); }

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