Html Css Color HEX #B761EC Medium Orchid

📋 copy color: '#B761EC'

red 183 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #B761EC

Tints of Medium Orchid #B761EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.74%

R = 35.47%
G = 18.8%
B = 45.74%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B761EC (or 0xB761EC) is known color: Medium Orchid. HEX triplet: B7, 61 and EC. RGB value is (183,97,236). Sum of RGB (Red+Green+Blue) = 183+97+236=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #B761EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761EC is #489E13. Grayscale: #8A8A8A. Windows color (decimal): -4759060 or 15491511. OLE color: 15491511.

HSL color Cylindrical-coordinate representation of color #B761EC: hue angle of 277.12º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B761EC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 97 236 -
CMYK 0.22 0.59 0 0.07
HSL 277.12º 0.79% 0.65% -
HSV(B) 277.12º 0.59% 0.93% -
XYZ 38.94 24.67 82.07 -
YUV 138.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 183 97 236 0.22 0.59 0 0.07 277.12 0.79 0.65
Hex B7 61 EC 16 3B 0 7 115 4F 41
Octal 267 141 354 26 73 0 7 425 117 101
Binary 10110111 1100001 11101100 10110 111011 0 111 100010101 1001111 1000001

Color Harmonies of #B761EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761EC

Black with #B761EC

Text Example


Text Example

White with #B761EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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