Html Css Color HEX #B93EDF Medium Orchid

📋 copy color: '#B93EDF'

red 185 ◦ green 62 ◦ blue 223

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

Shades of Medium Orchid #B93EDF

Tints of Medium Orchid #B93EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 39.36%
G = 13.19%
B = 47.45%

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

#B93EDF (or 0xB93EDF) is known color: Medium Orchid. HEX triplet: B9, 3E and DF. RGB value is (185,62,223). Sum of RGB (Red+Green+Blue) = 185+62+223=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #B93EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93EDF is #46C120. Grayscale: #747474. Windows color (decimal): -4636961 or 14630585. OLE color: 14630585.

HSL color Cylindrical-coordinate representation of color #B93EDF: hue angle of 285.84º degrees, saturation: 0.72, 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 #B93EDF is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 62 223 -
CMYK 0.17 0.72 0 0.13
HSL 285.84º 0.72% 0.56% -
HSV(B) 285.84º 0.72% 0.87% -
XYZ 35.05 19.09 71.65 -
YUV 117.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 185 62 223 0.17 0.72 0 0.13 285.84 0.72 0.56
Hex B9 3E DF 11 48 0 D 11E 48 38
Octal 271 76 337 21 110 0 15 436 110 70
Binary 10111001 111110 11011111 10001 1001000 0 1101 100011110 1001000 111000

Color Harmonies of #B93EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EDF

Black with #B93EDF

Text Example


Text Example

White with #B93EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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