Html Css Color HEX #B93DDF Medium Orchid

📋 copy color: '#B93DDF'

red 185 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #B93DDF

Tints of Medium Orchid #B93DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.01%

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

R = 39.45%
G = 13.01%
B = 47.55%

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

#B93DDF (or 0xB93DDF) is known color: Medium Orchid. HEX triplet: B9, 3D and DF. RGB value is (185,61,223). Sum of RGB (Red+Green+Blue) = 185+61+223=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #B93DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DDF is #46C220. Grayscale: #747474. Windows color (decimal): -4637217 or 14630329. OLE color: 14630329.

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

Color convert

RGB 185 61 223 -
CMYK 0.17 0.73 0 0.13
HSL 285.93º 0.72% 0.56% -
HSV(B) 285.93º 0.73% 0.87% -
XYZ 35 18.98 71.63 -
YUV 116.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 185 61 223 0.17 0.73 0 0.13 285.93 0.72 0.56
Hex B9 3D DF 11 49 0 D 11E 48 38
Octal 271 75 337 21 111 0 15 436 110 70
Binary 10111001 111101 11011111 10001 1001001 0 1101 100011110 1001000 111000

Color Harmonies of #B93DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93DDF

Black with #B93DDF

Text Example


Text Example

White with #B93DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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