Html Css Color HEX #B773CA Medium Orchid

📋 copy color: '#B773CA'

red 183 ◦ green 115 ◦ blue 202

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

Shades of Medium Orchid #B773CA

Tints of Medium Orchid #B773CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 36.6%
G = 23%
B = 40.4%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B773CA (or 0xB773CA) is known color: Medium Orchid. HEX triplet: B7, 73 and CA. RGB value is (183,115,202). Sum of RGB (Red+Green+Blue) = 183+115+202=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #B773CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773CA is #488C35. Grayscale: #909090. Windows color (decimal): -4754486 or 13267895. OLE color: 13267895.

HSL color Cylindrical-coordinate representation of color #B773CA: hue angle of 286.9º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B773CA is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 115 202 -
CMYK 0.09 0.43 0 0.21
HSL 286.9º 0.45% 0.62% -
HSV(B) 286.9º 0.43% 0.79% -
XYZ 36.32 26.59 59.1 -
YUV 145.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 183 115 202 0.09 0.43 0 0.21 286.9 0.45 0.62
Hex B7 73 CA 9 2B 0 15 11F 2D 3E
Octal 267 163 312 11 53 0 25 437 55 76
Binary 10110111 1110011 11001010 1001 101011 0 10101 100011111 101101 111110

Color Harmonies of #B773CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B773CA

Black with #B773CA

Text Example


Text Example

White with #B773CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B773CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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