Html Css Color HEX #B993CF Wisteria

📋 copy color: '#B993CF'

red 185 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #B993CF

Tints of Wisteria #B993CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 34.32%
G = 27.27%
B = 38.4%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B993CF (or 0xB993CF) is known color: Wisteria. HEX triplet: B9, 93 and CF. RGB value is (185,147,207). Sum of RGB (Red+Green+Blue) = 185+147+207=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #B993CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B993CF is #466C30. Grayscale: #A5A5A5. Windows color (decimal): -4615217 or 13603769. OLE color: 13603769.

HSL color Cylindrical-coordinate representation of color #B993CF: hue angle of 278º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B993CF is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 147 207 -
CMYK 0.11 0.29 0 0.19
HSL 278º 0.38% 0.69% -
HSV(B) 278º 0.29% 0.81% -
XYZ 41.7 35.69 63.72 -
YUV 165.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 185 147 207 0.11 0.29 0 0.19 278 0.38 0.69
Hex B9 93 CF B 1D 0 13 116 26 45
Octal 271 223 317 13 35 0 23 426 46 105
Binary 10111001 10010011 11001111 1011 11101 0 10011 100010110 100110 1000101

Color Harmonies of #B993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993CF

Black with #B993CF

Text Example


Text Example

White with #B993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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