Html Css Color HEX #BD8BE8 Wisteria

📋 copy color: '#BD8BE8'

red 189 ◦ green 139 ◦ blue 232

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

Shades of Wisteria #BD8BE8

Tints of Wisteria #BD8BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.43%

R = 33.75%
G = 24.82%
B = 41.43%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD8BE8 (or 0xBD8BE8) is known color: Wisteria. HEX triplet: BD, 8B and E8. RGB value is (189,139,232). Sum of RGB (Red+Green+Blue) = 189+139+232=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD8BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BE8 is #427417. Grayscale: #A4A4A4. Windows color (decimal): -4355096 or 15240125. OLE color: 15240125.

HSL color Cylindrical-coordinate representation of color #BD8BE8: hue angle of 272.26º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8BE8 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 139 232 -
CMYK 0.19 0.40 0 0.09
HSL 272.26º 0.67% 0.73% -
HSV(B) 272.26º 0.4% 0.91% -
XYZ 44.78 35.11 80.76 -
YUV 164.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 189 139 232 0.19 0.40 0 0.09 272.26 0.67 0.73
Hex BD 8B E8 13 28 0 9 110 43 49
Octal 275 213 350 23 50 0 11 420 103 111
Binary 10111101 10001011 11101000 10011 101000 0 1001 100010000 1000011 1001001

Color Harmonies of #BD8BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8BE8

Black with #BD8BE8

Text Example


Text Example

White with #BD8BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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