Html Css Color HEX #B473CB Medium Orchid

📋 copy color: '#B473CB'

red 180 ◦ green 115 ◦ blue 203

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

Shades of Medium Orchid #B473CB

Tints of Medium Orchid #B473CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.76%

R = 36.14%
G = 23.09%
B = 40.76%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B473CB (or 0xB473CB) is known color: Medium Orchid. HEX triplet: B4, 73 and CB. RGB value is (180,115,203). Sum of RGB (Red+Green+Blue) = 180+115+203=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B473CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CB is #4B8C34. Grayscale: #909090. Windows color (decimal): -4951093 or 13333428. OLE color: 13333428.

HSL color Cylindrical-coordinate representation of color #B473CB: hue angle of 284.32º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B473CB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 115 203 -
CMYK 0.11 0.43 0 0.20
HSL 284.32º 0.46% 0.62% -
HSV(B) 284.32º 0.43% 0.8% -
XYZ 35.73 26.28 59.69 -
YUV 144.47 161.03 153.34 -
System Red Green Blue C M Y K H S L
Decimal 180 115 203 0.11 0.43 0 0.20 284.32 0.46 0.62
Hex B4 73 CB B 2B 0 14 11C 2E 3E
Octal 264 163 313 13 53 0 24 434 56 76
Binary 10110100 1110011 11001011 1011 101011 0 10100 100011100 101110 111110

Color Harmonies of #B473CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473CB

Black with #B473CB

Text Example


Text Example

White with #B473CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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