Html Css Color HEX #B473CC Medium Orchid

📋 copy color: '#B473CC'

red 180 ◦ green 115 ◦ blue 204

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

Shades of Medium Orchid #B473CC

Tints of Medium Orchid #B473CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 36.07%
G = 23.05%
B = 40.88%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B473CC (or 0xB473CC) is known color: Medium Orchid. HEX triplet: B4, 73 and CC. RGB value is (180,115,204). Sum of RGB (Red+Green+Blue) = 180+115+204=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B473CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CC is #4B8C33. Grayscale: #909090. Windows color (decimal): -4951092 or 13398964. OLE color: 13398964.

HSL color Cylindrical-coordinate representation of color #B473CC: hue angle of 283.82º 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 #B473CC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 115 204 -
CMYK 0.12 0.44 0 0.2
HSL 283.82º 0.47% 0.63% -
HSV(B) 283.82º 0.44% 0.8% -
XYZ 35.85 26.32 60.32 -
YUV 144.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 180 115 204 0.12 0.44 0 0.2 283.82 0.47 0.63
Hex B4 73 CC C 2C 0 14 11C 2F 3F
Octal 264 163 314 14 54 0 24 434 57 77
Binary 10110100 1110011 11001100 1100 101100 0 10100 100011100 101111 111111

Color Harmonies of #B473CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B473CC

Black with #B473CC

Text Example


Text Example

White with #B473CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B473CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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