Html Css Color HEX #B773CD Medium Orchid

📋 copy color: '#B773CD'

red 183 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #B773CD

Tints of Medium Orchid #B773CD

RGB

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

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

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

R = 36.38%
G = 22.86%
B = 40.76%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B773CD (or 0xB773CD) is known color: Medium Orchid. HEX triplet: B7, 73 and CD. RGB value is (183,115,205). Sum of RGB (Red+Green+Blue) = 183+115+205=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #B773CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773CD is #488C32. Grayscale: #919191. Windows color (decimal): -4754483 or 13464503. OLE color: 13464503.

HSL color Cylindrical-coordinate representation of color #B773CD: hue angle of 285.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 #B773CD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 115 205 -
CMYK 0.11 0.44 0 0.20
HSL 285.33º 0.47% 0.63% -
HSV(B) 285.33º 0.44% 0.8% -
XYZ 36.68 26.74 60.99 -
YUV 145.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 183 115 205 0.11 0.44 0 0.20 285.33 0.47 0.63
Hex B7 73 CD B 2C 0 14 11D 2F 3F
Octal 267 163 315 13 54 0 24 435 57 77
Binary 10110111 1110011 11001101 1011 101100 0 10100 100011101 101111 111111

Color Harmonies of #B773CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773CD

Black with #B773CD

Text Example


Text Example

White with #B773CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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