Html Css Color HEX #B93EE0 Medium Orchid

📋 copy color: '#B93EE0'

red 185 ◦ green 62 ◦ blue 224

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

Shades of Medium Orchid #B93EE0

Tints of Medium Orchid #B93EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.56%

R = 39.28%
G = 13.16%
B = 47.56%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B93EE0 (or 0xB93EE0) is known color: Medium Orchid. HEX triplet: B9, 3E and E0. RGB value is (185,62,224). Sum of RGB (Red+Green+Blue) = 185+62+224=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #B93EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EE0 is #46C11F. Grayscale: #747474. Windows color (decimal): -4636960 or 14696121. OLE color: 14696121.

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

Color convert

RGB 185 62 224 -
CMYK 0.17 0.72 0 0.12
HSL 285.56º 0.72% 0.56% -
HSV(B) 285.56º 0.72% 0.88% -
XYZ 35.18 19.14 72.36 -
YUV 117.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 185 62 224 0.17 0.72 0 0.12 285.56 0.72 0.56
Hex B9 3E E0 11 48 0 C 11E 48 38
Octal 271 76 340 21 110 0 14 436 110 70
Binary 10111001 111110 11100000 10001 1001000 0 1100 100011110 1001000 111000

Color Harmonies of #B93EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EE0

Black with #B93EE0

Text Example


Text Example

White with #B93EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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