Html Css Color HEX #B990D1 Wisteria

📋 copy color: '#B990D1'

red 185 ◦ green 144 ◦ blue 209

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

Shades of Wisteria #B990D1

Tints of Wisteria #B990D1

RGB

 RED value IS 185 (72.66% from 255) = 34.39%

 GREEN value IS 144 (56.64% from 255) = 26.77%

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 34.39%
G = 26.77%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B990D1 (or 0xB990D1) is known color: Wisteria. HEX triplet: B9, 90 and D1. RGB value is (185,144,209). Sum of RGB (Red+Green+Blue) = 185+144+209=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #B990D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990D1 is #466F2E. Grayscale: #A3A3A3. Windows color (decimal): -4615983 or 13734073. OLE color: 13734073.

HSL color Cylindrical-coordinate representation of color #B990D1: hue angle of 277.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B990D1 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 144 209 -
CMYK 0.11 0.31 0 0.18
HSL 277.85º 0.41% 0.69% -
HSV(B) 277.85º 0.31% 0.82% -
XYZ 41.49 34.86 64.86 -
YUV 163.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 185 144 209 0.11 0.31 0 0.18 277.85 0.41 0.69
Hex B9 90 D1 B 1F 0 12 116 29 45
Octal 271 220 321 13 37 0 22 426 51 105
Binary 10111001 10010000 11010001 1011 11111 0 10010 100010110 101001 1000101

Color Harmonies of #B990D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990D1

Black with #B990D1

Text Example


Text Example

White with #B990D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990D1; }

 p { color: rgb(185,144,209); }

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

background-color css

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

 a { background-color: rgb(185,144,209); }

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

border-color css

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

 span { border-color: rgb(185,144,209); }

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