Html Css Color HEX #BD8BEE Wisteria

📋 copy color: '#BD8BEE'

red 189 ◦ green 139 ◦ blue 238

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

Shades of Wisteria #BD8BEE

Tints of Wisteria #BD8BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.56%

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

R = 33.39%
G = 24.56%
B = 42.05%

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

#BD8BEE (or 0xBD8BEE) is known color: Wisteria. HEX triplet: BD, 8B and EE. RGB value is (189,139,238). Sum of RGB (Red+Green+Blue) = 189+139+238=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BEE is #427411. Grayscale: #A4A4A4. Windows color (decimal): -4355090 or 15633341. OLE color: 15633341.

HSL color Cylindrical-coordinate representation of color #BD8BEE: hue angle of 270.3º degrees, saturation: 0.74, 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 #BD8BEE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 139 238 -
CMYK 0.21 0.42 0 0.07
HSL 270.3º 0.74% 0.74% -
HSV(B) 270.3º 0.42% 0.93% -
XYZ 45.65 35.46 85.33 -
YUV 165.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 189 139 238 0.21 0.42 0 0.07 270.3 0.74 0.74
Hex BD 8B EE 15 2A 0 7 10E 4A 4A
Octal 275 213 356 25 52 0 7 416 112 112
Binary 10111101 10001011 11101110 10101 101010 0 111 100001110 1001010 1001010

Color Harmonies of #BD8BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BEE

Black with #BD8BEE

Text Example


Text Example

White with #BD8BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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