Html Css Color HEX #B473DB Medium Orchid

📋 copy color: '#B473DB'

red 180 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #B473DB

Tints of Medium Orchid #B473DB

RGB

 RED value IS 180 (70.7% from 255) = 35.02%

 GREEN value IS 115 (45.31% from 255) = 22.37%

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

R = 35.02%
G = 22.37%
B = 42.61%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B473DB (or 0xB473DB) is known color: Medium Orchid. HEX triplet: B4, 73 and DB. RGB value is (180,115,219). Sum of RGB (Red+Green+Blue) = 180+115+219=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #B473DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473DB is #4B8C24. Grayscale: #919191. Windows color (decimal): -4951077 or 14382004. OLE color: 14382004.

HSL color Cylindrical-coordinate representation of color #B473DB: hue angle of 277.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B473DB is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 115 219 -
CMYK 0.18 0.47 0 0.14
HSL 277.5º 0.59% 0.65% -
HSV(B) 277.5º 0.47% 0.86% -
XYZ 37.74 27.08 70.26 -
YUV 146.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 180 115 219 0.18 0.47 0 0.14 277.5 0.59 0.65
Hex B4 73 DB 12 2F 0 E 116 3B 41
Octal 264 163 333 22 57 0 16 426 73 101
Binary 10110100 1110011 11011011 10010 101111 0 1110 100010110 111011 1000001

Color Harmonies of #B473DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473DB

Black with #B473DB

Text Example


Text Example

White with #B473DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473DB; }

 p { color: rgb(180,115,219); }

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

background-color css

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

 a { background-color: rgb(180,115,219); }

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

border-color css

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

 span { border-color: rgb(180,115,219); }

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