Html Css Color HEX #BD8CDA Wisteria

📋 copy color: '#BD8CDA'

red 189 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #BD8CDA

Tints of Wisteria #BD8CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 34.55%
G = 25.59%
B = 39.85%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD8CDA (or 0xBD8CDA) is known color: Wisteria. HEX triplet: BD, 8C and DA. RGB value is (189,140,218). Sum of RGB (Red+Green+Blue) = 189+140+218=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8CDA is #427325. Grayscale: #A3A3A3. Windows color (decimal): -4354854 or 14322877. OLE color: 14322877.

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

Color convert

RGB 189 140 218 -
CMYK 0.13 0.36 0 0.15
HSL 277.69º 0.51% 0.7% -
HSV(B) 277.69º 0.36% 0.85% -
XYZ 43.02 34.64 70.75 -
YUV 163.54 158.73 146.16 -
System Red Green Blue C M Y K H S L
Decimal 189 140 218 0.13 0.36 0 0.15 277.69 0.51 0.7
Hex BD 8C DA D 24 0 F 116 33 46
Octal 275 214 332 15 44 0 17 426 63 106
Binary 10111101 10001100 11011010 1101 100100 0 1111 100010110 110011 1000110

Color Harmonies of #BD8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CDA

Black with #BD8CDA

Text Example


Text Example

White with #BD8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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