Html Css Color HEX #B761C7 Medium Orchid

📋 copy color: '#B761C7'

red 183 ◦ green 97 ◦ blue 199

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

Shades of Medium Orchid #B761C7

Tints of Medium Orchid #B761C7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

 BLUE value IS 199 (78.13% from 255) = 41.54%

R = 38.2%
G = 20.25%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B761C7 (or 0xB761C7) is known color: Medium Orchid. HEX triplet: B7, 61 and C7. RGB value is (183,97,199). Sum of RGB (Red+Green+Blue) = 183+97+199=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #B761C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761C7 is #489E38. Grayscale: #868686. Windows color (decimal): -4759097 or 13066679. OLE color: 13066679.

HSL color Cylindrical-coordinate representation of color #B761C7: hue angle of 290.59º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B761C7 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 183 97 199 -
CMYK 0.08 0.51 0 0.22
HSL 290.59º 0.48% 0.58% -
HSV(B) 290.59º 0.51% 0.78% -
XYZ 34.11 22.74 56.62 -
YUV 134.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 183 97 199 0.08 0.51 0 0.22 290.59 0.48 0.58
Hex B7 61 C7 8 33 0 16 123 30 3A
Octal 267 141 307 10 63 0 26 443 60 72
Binary 10110111 1100001 11000111 1000 110011 0 10110 100100011 110000 111010

Color Harmonies of #B761C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761C7

Black with #B761C7

Text Example


Text Example

White with #B761C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761C7; }

 p { color: rgb(183,97,199); }

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

background-color css

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

 a { background-color: rgb(183,97,199); }

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

border-color css

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

 span { border-color: rgb(183,97,199); }

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