Html Css Color HEX #B76EED Medium Orchid

📋 copy color: '#B76EED'

red 183 ◦ green 110 ◦ blue 237

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

Shades of Medium Orchid #B76EED

Tints of Medium Orchid #B76EED

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 34.53%
G = 20.75%
B = 44.72%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B76EED (or 0xB76EED) is known color: Medium Orchid. HEX triplet: B7, 6E and ED. RGB value is (183,110,237). Sum of RGB (Red+Green+Blue) = 183+110+237=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #B76EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EED is #489112. Grayscale: #919191. Windows color (decimal): -4755731 or 15560375. OLE color: 15560375.

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

Color convert

RGB 183 110 237 -
CMYK 0.23 0.54 0 0.07
HSL 274.49º 0.78% 0.68% -
HSV(B) 274.49º 0.54% 0.93% -
XYZ 40.39 27.33 83.27 -
YUV 146.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 183 110 237 0.23 0.54 0 0.07 274.49 0.78 0.68
Hex B7 6E ED 17 36 0 7 112 4E 44
Octal 267 156 355 27 66 0 7 422 116 104
Binary 10110111 1101110 11101101 10111 110110 0 111 100010010 1001110 1000100

Color Harmonies of #B76EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EED

Black with #B76EED

Text Example


Text Example

White with #B76EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EED; }

 p { color: rgb(183,110,237); }

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

background-color css

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

 a { background-color: rgb(183,110,237); }

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

border-color css

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

 span { border-color: rgb(183,110,237); }

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