Html Css Color HEX #B93CDF Medium Orchid

📋 copy color: '#B93CDF'

red 185 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #B93CDF

Tints of Medium Orchid #B93CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

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

R = 39.53%
G = 12.82%
B = 47.65%

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

#B93CDF (or 0xB93CDF) is known color: Medium Orchid. HEX triplet: B9, 3C and DF. RGB value is (185,60,223). Sum of RGB (Red+Green+Blue) = 185+60+223=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #B93CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CDF is #46C320. Grayscale: #737373. Windows color (decimal): -4637473 or 14630073. OLE color: 14630073.

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

Color convert

RGB 185 60 223 -
CMYK 0.17 0.73 0 0.13
HSL 286.01º 0.72% 0.55% -
HSV(B) 286.01º 0.73% 0.87% -
XYZ 34.94 18.87 71.61 -
YUV 115.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 185 60 223 0.17 0.73 0 0.13 286.01 0.72 0.55
Hex B9 3C DF 11 49 0 D 11E 48 37
Octal 271 74 337 21 111 0 15 436 110 67
Binary 10111001 111100 11011111 10001 1001001 0 1101 100011110 1001000 110111

Color Harmonies of #B93CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93CDF

Black with #B93CDF

Text Example


Text Example

White with #B93CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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