Html Css Color HEX #B473D7 Medium Orchid

📋 copy color: '#B473D7'

red 180 ◦ green 115 ◦ blue 215

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

Shades of Medium Orchid #B473D7

Tints of Medium Orchid #B473D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.16%

R = 35.29%
G = 22.55%
B = 42.16%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B473D7 (or 0xB473D7) is known color: Medium Orchid. HEX triplet: B4, 73 and D7. RGB value is (180,115,215). Sum of RGB (Red+Green+Blue) = 180+115+215=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #B473D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473D7 is #4B8C28. Grayscale: #919191. Windows color (decimal): -4951081 or 14119860. OLE color: 14119860.

HSL color Cylindrical-coordinate representation of color #B473D7: hue angle of 279º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B473D7 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 115 215 -
CMYK 0.16 0.47 0 0.16
HSL 279º 0.56% 0.65% -
HSV(B) 279º 0.47% 0.84% -
XYZ 37.22 26.87 67.51 -
YUV 145.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 180 115 215 0.16 0.47 0 0.16 279 0.56 0.65
Hex B4 73 D7 10 2F 0 10 117 38 41
Octal 264 163 327 20 57 0 20 427 70 101
Binary 10110100 1110011 11010111 10000 101111 0 10000 100010111 111000 1000001

Color Harmonies of #B473D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473D7

Black with #B473D7

Text Example


Text Example

White with #B473D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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