Html Css Color HEX #BD8ADA Wisteria

📋 copy color: '#BD8ADA'

red 189 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #BD8ADA

Tints of Wisteria #BD8ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.32%

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

R = 34.68%
G = 25.32%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD8ADA (or 0xBD8ADA) is known color: Wisteria. HEX triplet: BD, 8A and DA. RGB value is (189,138,218). Sum of RGB (Red+Green+Blue) = 189+138+218=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8ADA is #427525. Grayscale: #A2A2A2. Windows color (decimal): -4355366 or 14322365. OLE color: 14322365.

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

Color convert

RGB 189 138 218 -
CMYK 0.13 0.37 0 0.15
HSL 278.25º 0.52% 0.7% -
HSV(B) 278.25º 0.37% 0.85% -
XYZ 42.73 34.06 70.65 -
YUV 162.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 189 138 218 0.13 0.37 0 0.15 278.25 0.52 0.7
Hex BD 8A DA D 25 0 F 116 34 46
Octal 275 212 332 15 45 0 17 426 64 106
Binary 10111101 10001010 11011010 1101 100101 0 1111 100010110 110100 1000110

Color Harmonies of #BD8ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8ADA

Black with #BD8ADA

Text Example


Text Example

White with #BD8ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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