Html Css Color HEX #B93ADB Medium Orchid

📋 copy color: '#B93ADB'

red 185 ◦ green 58 ◦ blue 219

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

Shades of Medium Orchid #B93ADB

Tints of Medium Orchid #B93ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 40.04%
G = 12.55%
B = 47.4%

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

#B93ADB (or 0xB93ADB) is known color: Medium Orchid. HEX triplet: B9, 3A and DB. RGB value is (185,58,219). Sum of RGB (Red+Green+Blue) = 185+58+219=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B93ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ADB is #46C524. Grayscale: #717171. Windows color (decimal): -4637989 or 14367417. OLE color: 14367417.

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

Color convert

RGB 185 58 219 -
CMYK 0.16 0.74 0 0.14
HSL 287.33º 0.69% 0.54% -
HSV(B) 287.33º 0.74% 0.86% -
XYZ 34.31 18.45 68.77 -
YUV 114.33 187.08 178.41 -
System Red Green Blue C M Y K H S L
Decimal 185 58 219 0.16 0.74 0 0.14 287.33 0.69 0.54
Hex B9 3A DB 10 4A 0 E 11F 45 36
Octal 271 72 333 20 112 0 16 437 105 66
Binary 10111001 111010 11011011 10000 1001010 0 1110 100011111 1000101 110110

Color Harmonies of #B93ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93ADB

Black with #B93ADB

Text Example


Text Example

White with #B93ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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