Html Css Color HEX #B473CD Medium Orchid

📋 copy color: '#B473CD'

red 180 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #B473CD

Tints of Medium Orchid #B473CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41%

R = 36%
G = 23%
B = 41%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B473CD (or 0xB473CD) is known color: Medium Orchid. HEX triplet: B4, 73 and CD. RGB value is (180,115,205). Sum of RGB (Red+Green+Blue) = 180+115+205=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #B473CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CD is #4B8C32. Grayscale: #909090. Windows color (decimal): -4951091 or 13464500. OLE color: 13464500.

HSL color Cylindrical-coordinate representation of color #B473CD: hue angle of 283.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B473CD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 115 205 -
CMYK 0.12 0.44 0 0.20
HSL 283.33º 0.47% 0.63% -
HSV(B) 283.33º 0.44% 0.8% -
XYZ 35.97 26.37 60.95 -
YUV 144.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 180 115 205 0.12 0.44 0 0.20 283.33 0.47 0.63
Hex B4 73 CD C 2C 0 14 11B 2F 3F
Octal 264 163 315 14 54 0 24 433 57 77
Binary 10110100 1110011 11001101 1100 101100 0 10100 100011011 101111 111111

Color Harmonies of #B473CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473CD

Black with #B473CD

Text Example


Text Example

White with #B473CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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