Html Css Color HEX #B93BDB Medium Orchid

📋 copy color: '#B93BDB'

red 185 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #B93BDB

Tints of Medium Orchid #B93BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.74%

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

R = 39.96%
G = 12.74%
B = 47.3%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B93BDB (or 0xB93BDB) is known color: Medium Orchid. HEX triplet: B9, 3B and DB. RGB value is (185,59,219). Sum of RGB (Red+Green+Blue) = 185+59+219=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #B93BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BDB is #46C424. Grayscale: #727272. Windows color (decimal): -4637733 or 14367673. OLE color: 14367673.

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

Color convert

RGB 185 59 219 -
CMYK 0.16 0.73 0 0.14
HSL 287.25º 0.69% 0.55% -
HSV(B) 287.25º 0.73% 0.86% -
XYZ 34.36 18.56 68.79 -
YUV 114.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 185 59 219 0.16 0.73 0 0.14 287.25 0.69 0.55
Hex B9 3B DB 10 49 0 E 11F 45 37
Octal 271 73 333 20 111 0 16 437 105 67
Binary 10111001 111011 11011011 10000 1001001 0 1110 100011111 1000101 110111

Color Harmonies of #B93BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BDB

Black with #B93BDB

Text Example


Text Example

White with #B93BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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