Html Css Color HEX #B473D0 Medium Orchid

📋 copy color: '#B473D0'

red 180 ◦ green 115 ◦ blue 208

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

Shades of Medium Orchid #B473D0

Tints of Medium Orchid #B473D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 35.79%
G = 22.86%
B = 41.35%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B473D0 (or 0xB473D0) is known color: Medium Orchid. HEX triplet: B4, 73 and D0. RGB value is (180,115,208). Sum of RGB (Red+Green+Blue) = 180+115+208=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #B473D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473D0 is #4B8C2F. Grayscale: #909090. Windows color (decimal): -4951088 or 13661108. OLE color: 13661108.

HSL color Cylindrical-coordinate representation of color #B473D0: hue angle of 281.94º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B473D0 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 180 115 208 -
CMYK 0.13 0.45 0 0.18
HSL 281.94º 0.5% 0.63% -
HSV(B) 281.94º 0.45% 0.82% -
XYZ 36.34 26.52 62.88 -
YUV 145.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 180 115 208 0.13 0.45 0 0.18 281.94 0.5 0.63
Hex B4 73 D0 D 2D 0 12 11A 32 3F
Octal 264 163 320 15 55 0 22 432 62 77
Binary 10110100 1110011 11010000 1101 101101 0 10010 100011010 110010 111111

Color Harmonies of #B473D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473D0

Black with #B473D0

Text Example


Text Example

White with #B473D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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