Html Css Color HEX #BD8AEE Wisteria

📋 copy color: '#BD8AEE'

red 189 ◦ green 138 ◦ blue 238

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

Shades of Wisteria #BD8AEE

Tints of Wisteria #BD8AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 33.45%
G = 24.42%
B = 42.12%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD8AEE (or 0xBD8AEE) is known color: Wisteria. HEX triplet: BD, 8A and EE. RGB value is (189,138,238). Sum of RGB (Red+Green+Blue) = 189+138+238=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD8AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8AEE is #427511. Grayscale: #A4A4A4. Windows color (decimal): -4355346 or 15633085. OLE color: 15633085.

HSL color Cylindrical-coordinate representation of color #BD8AEE: hue angle of 270.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8AEE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 138 238 -
CMYK 0.21 0.42 0 0.07
HSL 270.6º 0.75% 0.74% -
HSV(B) 270.6º 0.42% 0.93% -
XYZ 45.51 35.17 85.28 -
YUV 164.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 189 138 238 0.21 0.42 0 0.07 270.6 0.75 0.74
Hex BD 8A EE 15 2A 0 7 10F 4B 4A
Octal 275 212 356 25 52 0 7 417 113 112
Binary 10111101 10001010 11101110 10101 101010 0 111 100001111 1001011 1001010

Color Harmonies of #BD8AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8AEE

Black with #BD8AEE

Text Example


Text Example

White with #BD8AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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