Html Css Color HEX #B93ADC Medium Orchid

📋 copy color: '#B93ADC'

red 185 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #B93ADC

Tints of Medium Orchid #B93ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.53%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 39.96%
G = 12.53%
B = 47.52%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B93ADC (or 0xB93ADC) is known color: Medium Orchid. HEX triplet: B9, 3A and DC. RGB value is (185,58,220). Sum of RGB (Red+Green+Blue) = 185+58+220=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #B93ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ADC is #46C523. Grayscale: #717171. Windows color (decimal): -4637988 or 14432953. OLE color: 14432953.

HSL color Cylindrical-coordinate representation of color #B93ADC: hue angle of 287.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93ADC is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 58 220 -
CMYK 0.16 0.74 0 0.14
HSL 287.04º 0.7% 0.55% -
HSV(B) 287.04º 0.74% 0.86% -
XYZ 34.44 18.51 69.47 -
YUV 114.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 185 58 220 0.16 0.74 0 0.14 287.04 0.7 0.55
Hex B9 3A DC 10 4A 0 E 11F 46 37
Octal 271 72 334 20 112 0 16 437 106 67
Binary 10111001 111010 11011100 10000 1001010 0 1110 100011111 1000110 110111

Color Harmonies of #B93ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ADC

Black with #B93ADC

Text Example


Text Example

White with #B93ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ADC; }

 p { color: rgb(185,58,220); }

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

background-color css

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

 a { background-color: rgb(185,58,220); }

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

border-color css

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

 span { border-color: rgb(185,58,220); }

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