Html Css Color HEX #B993D0 Wisteria

📋 copy color: '#B993D0'

red 185 ◦ green 147 ◦ blue 208

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

Shades of Wisteria #B993D0

Tints of Wisteria #B993D0

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.22%

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 34.26%
G = 27.22%
B = 38.52%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B993D0 (or 0xB993D0) is known color: Wisteria. HEX triplet: B9, 93 and D0. RGB value is (185,147,208). Sum of RGB (Red+Green+Blue) = 185+147+208=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #B993D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993D0 is #466C2F. Grayscale: #A5A5A5. Windows color (decimal): -4615216 or 13669305. OLE color: 13669305.

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

Color convert

RGB 185 147 208 -
CMYK 0.11 0.29 0 0.18
HSL 277.38º 0.39% 0.7% -
HSV(B) 277.38º 0.29% 0.82% -
XYZ 41.83 35.74 64.37 -
YUV 165.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 185 147 208 0.11 0.29 0 0.18 277.38 0.39 0.7
Hex B9 93 D0 B 1D 0 12 115 27 46
Octal 271 223 320 13 35 0 22 425 47 106
Binary 10111001 10010011 11010000 1011 11101 0 10010 100010101 100111 1000110

Color Harmonies of #B993D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993D0

Black with #B993D0

Text Example


Text Example

White with #B993D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993D0; }

 p { color: rgb(185,147,208); }

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

background-color css

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

 a { background-color: rgb(185,147,208); }

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

border-color css

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

 span { border-color: rgb(185,147,208); }

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