Html Css Color HEX #B93ED2 Medium Orchid

📋 copy color: '#B93ED2'

red 185 ◦ green 62 ◦ blue 210

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

Shades of Medium Orchid #B93ED2

Tints of Medium Orchid #B93ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.95%

R = 40.48%
G = 13.57%
B = 45.95%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B93ED2 (or 0xB93ED2) is known color: Medium Orchid. HEX triplet: B9, 3E and D2. RGB value is (185,62,210). Sum of RGB (Red+Green+Blue) = 185+62+210=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 210 (82.42% from 255 or 45.95% from 457); Max value from RGB is 210 - color contains mainly: blue. Hex color #B93ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ED2 is #46C12D. Grayscale: #737373. Windows color (decimal): -4636974 or 13778617. OLE color: 13778617.

HSL color Cylindrical-coordinate representation of color #B93ED2: hue angle of 289.86º 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 #B93ED2 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 62 210 -
CMYK 0.12 0.70 0 0.18
HSL 289.86º 0.62% 0.53% -
HSV(B) 289.86º 0.7% 0.82% -
XYZ 33.36 18.41 62.77 -
YUV 115.65 181.25 177.47 -
System Red Green Blue C M Y K H S L
Decimal 185 62 210 0.12 0.70 0 0.18 289.86 0.62 0.53
Hex B9 3E D2 C 46 0 12 122 3E 35
Octal 271 76 322 14 106 0 22 442 76 65
Binary 10111001 111110 11010010 1100 1000110 0 10010 100100010 111110 110101

Color Harmonies of #B93ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ED2

Black with #B93ED2

Text Example


Text Example

White with #B93ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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