Html Css Color HEX #BD8CDE Wisteria

📋 copy color: '#BD8CDE'

red 189 ◦ green 140 ◦ blue 222

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

Shades of Wisteria #BD8CDE

Tints of Wisteria #BD8CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 34.3%
G = 25.41%
B = 40.29%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD8CDE (or 0xBD8CDE) is known color: Wisteria. HEX triplet: BD, 8C and DE. RGB value is (189,140,222). Sum of RGB (Red+Green+Blue) = 189+140+222=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CDE is #427321. Grayscale: #A3A3A3. Windows color (decimal): -4354850 or 14585021. OLE color: 14585021.

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

Color convert

RGB 189 140 222 -
CMYK 0.15 0.37 0 0.13
HSL 275.85º 0.55% 0.71% -
HSV(B) 275.85º 0.37% 0.87% -
XYZ 43.55 34.85 73.54 -
YUV 164 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 189 140 222 0.15 0.37 0 0.13 275.85 0.55 0.71
Hex BD 8C DE F 25 0 D 114 37 47
Octal 275 214 336 17 45 0 15 424 67 107
Binary 10111101 10001100 11011110 1111 100101 0 1101 100010100 110111 1000111

Color Harmonies of #BD8CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CDE

Black with #BD8CDE

Text Example


Text Example

White with #BD8CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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