Html Css Color HEX #B761EE Medium Orchid

📋 copy color: '#B761EE'

red 183 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #B761EE

Tints of Medium Orchid #B761EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 35.33%
G = 18.73%
B = 45.95%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B761EE (or 0xB761EE) is known color: Medium Orchid. HEX triplet: B7, 61 and EE. RGB value is (183,97,238). Sum of RGB (Red+Green+Blue) = 183+97+238=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #B761EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761EE is #489E11. Grayscale: #8A8A8A. Windows color (decimal): -4759058 or 15622583. OLE color: 15622583.

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

Color convert

RGB 183 97 238 -
CMYK 0.23 0.59 0 0.07
HSL 276.6º 0.81% 0.66% -
HSV(B) 276.6º 0.59% 0.93% -
XYZ 39.24 24.79 83.61 -
YUV 138.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 183 97 238 0.23 0.59 0 0.07 276.6 0.81 0.66
Hex B7 61 EE 17 3B 0 7 115 51 42
Octal 267 141 356 27 73 0 7 425 121 102
Binary 10110111 1100001 11101110 10111 111011 0 111 100010101 1010001 1000010

Color Harmonies of #B761EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761EE

Black with #B761EE

Text Example


Text Example

White with #B761EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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