Html Css Color HEX #B93ED1 Medium Orchid

📋 copy color: '#B93ED1'

red 185 ◦ green 62 ◦ blue 209

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

Shades of Medium Orchid #B93ED1

Tints of Medium Orchid #B93ED1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.6%

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

R = 40.57%
G = 13.6%
B = 45.83%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B93ED1 (or 0xB93ED1) is known color: Medium Orchid. HEX triplet: B9, 3E and D1. RGB value is (185,62,209). Sum of RGB (Red+Green+Blue) = 185+62+209=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 209 - color contains mainly: blue. Hex color #B93ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ED1 is #46C12E. Grayscale: #737373. Windows color (decimal): -4636975 or 13713081. OLE color: 13713081.

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

Color convert

RGB 185 62 209 -
CMYK 0.11 0.70 0 0.18
HSL 290.2º 0.62% 0.53% -
HSV(B) 290.2º 0.7% 0.82% -
XYZ 33.24 18.36 62.11 -
YUV 115.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 185 62 209 0.11 0.70 0 0.18 290.2 0.62 0.53
Hex B9 3E D1 B 46 0 12 122 3E 35
Octal 271 76 321 13 106 0 22 442 76 65
Binary 10111001 111110 11010001 1011 1000110 0 10010 100100010 111110 110101

Color Harmonies of #B93ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ED1

Black with #B93ED1

Text Example


Text Example

White with #B93ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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