Html Css Color HEX #B93BDE Medium Orchid

📋 copy color: '#B93BDE'

red 185 ◦ green 59 ◦ blue 222

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

Shades of Medium Orchid #B93BDE

Tints of Medium Orchid #B93BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

 BLUE value IS 222 (87.11% from 255) = 47.64%

R = 39.7%
G = 12.66%
B = 47.64%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B93BDE (or 0xB93BDE) is known color: Medium Orchid. HEX triplet: B9, 3B and DE. RGB value is (185,59,222). Sum of RGB (Red+Green+Blue) = 185+59+222=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #B93BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BDE is #46C421. Grayscale: #727272. Windows color (decimal): -4637730 or 14564281. OLE color: 14564281.

HSL color Cylindrical-coordinate representation of color #B93BDE: hue angle of 286.38º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93BDE is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 59 222 -
CMYK 0.17 0.73 0 0.13
HSL 286.38º 0.71% 0.55% -
HSV(B) 286.38º 0.73% 0.87% -
XYZ 34.76 18.72 70.89 -
YUV 115.26 188.24 177.75 -
System Red Green Blue C M Y K H S L
Decimal 185 59 222 0.17 0.73 0 0.13 286.38 0.71 0.55
Hex B9 3B DE 11 49 0 D 11E 47 37
Octal 271 73 336 21 111 0 15 436 107 67
Binary 10111001 111011 11011110 10001 1001001 0 1101 100011110 1000111 110111

Color Harmonies of #B93BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BDE

Black with #B93BDE

Text Example


Text Example

White with #B93BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BDE; }

 p { color: rgb(185,59,222); }

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

background-color css

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

 a { background-color: rgb(185,59,222); }

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

border-color css

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

 span { border-color: rgb(185,59,222); }

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