Html Css Color HEX #B773CC Medium Orchid

📋 copy color: '#B773CC'

red 183 ◦ green 115 ◦ blue 204

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

Shades of Medium Orchid #B773CC

Tints of Medium Orchid #B773CC

RGB

 RED value IS 183 (71.88% from 255) = 36.45%

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

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

R = 36.45%
G = 22.91%
B = 40.64%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B773CC (or 0xB773CC) is known color: Medium Orchid. HEX triplet: B7, 73 and CC. RGB value is (183,115,204). Sum of RGB (Red+Green+Blue) = 183+115+204=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #B773CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773CC is #488C33. Grayscale: #919191. Windows color (decimal): -4754484 or 13398967. OLE color: 13398967.

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

Color convert

RGB 183 115 204 -
CMYK 0.10 0.44 0 0.2
HSL 285.84º 0.47% 0.63% -
HSV(B) 285.84º 0.44% 0.8% -
XYZ 36.56 26.69 60.35 -
YUV 145.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 183 115 204 0.10 0.44 0 0.2 285.84 0.47 0.63
Hex B7 73 CC A 2C 0 14 11E 2F 3F
Octal 267 163 314 12 54 0 24 436 57 77
Binary 10110111 1110011 11001100 1010 101100 0 10100 100011110 101111 111111

Color Harmonies of #B773CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773CC

Black with #B773CC

Text Example


Text Example

White with #B773CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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