Html Css Color HEX #BD98DB Wisteria

📋 copy color: '#BD98DB'

red 189 ◦ green 152 ◦ blue 219

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

Shades of Wisteria #BD98DB

Tints of Wisteria #BD98DB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.14%

 BLUE value IS 219 (85.94% from 255) = 39.11%

R = 33.75%
G = 27.14%
B = 39.11%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD98DB (or 0xBD98DB) is known color: Wisteria. HEX triplet: BD, 98 and DB. RGB value is (189,152,219). Sum of RGB (Red+Green+Blue) = 189+152+219=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98DB is #426724. Grayscale: #AAAAAA. Windows color (decimal): -4351781 or 14391485. OLE color: 14391485.

HSL color Cylindrical-coordinate representation of color #BD98DB: hue angle of 273.13º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD98DB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 152 219 -
CMYK 0.14 0.31 0 0.14
HSL 273.13º 0.48% 0.73% -
HSV(B) 273.13º 0.31% 0.86% -
XYZ 45 38.39 72.06 -
YUV 170.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 189 152 219 0.14 0.31 0 0.14 273.13 0.48 0.73
Hex BD 98 DB E 1F 0 E 111 30 49
Octal 275 230 333 16 37 0 16 421 60 111
Binary 10111101 10011000 11011011 1110 11111 0 1110 100010001 110000 1001001

Color Harmonies of #BD98DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98DB

Black with #BD98DB

Text Example


Text Example

White with #BD98DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98DB; }

 p { color: rgb(189,152,219); }

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

background-color css

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

 a { background-color: rgb(189,152,219); }

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

border-color css

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

 span { border-color: rgb(189,152,219); }

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