Html Css Color HEX #B93EDE Medium Orchid

📋 copy color: '#B93EDE'

red 185 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #B93EDE

Tints of Medium Orchid #B93EDE

RGB

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

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

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

R = 39.45%
G = 13.22%
B = 47.33%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B93EDE (or 0xB93EDE) is known color: Medium Orchid. HEX triplet: B9, 3E and DE. RGB value is (185,62,222). Sum of RGB (Red+Green+Blue) = 185+62+222=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #B93EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EDE is #46C121. Grayscale: #747474. Windows color (decimal): -4636962 or 14565049. OLE color: 14565049.

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

Color convert

RGB 185 62 222 -
CMYK 0.17 0.72 0 0.13
HSL 286.13º 0.71% 0.56% -
HSV(B) 286.13º 0.72% 0.87% -
XYZ 34.92 19.03 70.94 -
YUV 117.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 185 62 222 0.17 0.72 0 0.13 286.13 0.71 0.56
Hex B9 3E DE 11 48 0 D 11E 47 38
Octal 271 76 336 21 110 0 15 436 107 70
Binary 10111001 111110 11011110 10001 1001000 0 1101 100011110 1000111 111000

Color Harmonies of #B93EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EDE

Black with #B93EDE

Text Example


Text Example

White with #B93EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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