Html Css Color HEX #BD8EEE Wisteria

📋 copy color: '#BD8EEE'

red 189 ◦ green 142 ◦ blue 238

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

Shades of Wisteria #BD8EEE

Tints of Wisteria #BD8EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.96%

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

R = 33.22%
G = 24.96%
B = 41.83%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD8EEE (or 0xBD8EEE) is known color: Wisteria. HEX triplet: BD, 8E and EE. RGB value is (189,142,238). Sum of RGB (Red+Green+Blue) = 189+142+238=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EEE is #427111. Grayscale: #A6A6A6. Windows color (decimal): -4354322 or 15634109. OLE color: 15634109.

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

Color convert

RGB 189 142 238 -
CMYK 0.21 0.40 0 0.07
HSL 269.38º 0.74% 0.75% -
HSV(B) 269.38º 0.4% 0.93% -
XYZ 46.09 36.34 85.47 -
YUV 167 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 189 142 238 0.21 0.40 0 0.07 269.38 0.74 0.75
Hex BD 8E EE 15 28 0 7 10D 4A 4B
Octal 275 216 356 25 50 0 7 415 112 113
Binary 10111101 10001110 11101110 10101 101000 0 111 100001101 1001010 1001011

Color Harmonies of #BD8EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8EEE

Black with #BD8EEE

Text Example


Text Example

White with #BD8EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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