Html Css Color HEX #B76EEE Medium Orchid

📋 copy color: '#B76EEE'

red 183 ◦ green 110 ◦ blue 238

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

Shades of Medium Orchid #B76EEE

Tints of Medium Orchid #B76EEE

RGB

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

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

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

R = 34.46%
G = 20.72%
B = 44.82%

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

#B76EEE (or 0xB76EEE) is known color: Medium Orchid. HEX triplet: B7, 6E and EE. RGB value is (183,110,238). Sum of RGB (Red+Green+Blue) = 183+110+238=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #B76EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EEE is #489111. Grayscale: #919191. Windows color (decimal): -4755730 or 15625911. OLE color: 15625911.

HSL color Cylindrical-coordinate representation of color #B76EEE: hue angle of 274.22º degrees, saturation: 0.79, 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 #B76EEE is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 110 238 -
CMYK 0.23 0.54 0 0.07
HSL 274.22º 0.79% 0.68% -
HSV(B) 274.22º 0.54% 0.93% -
XYZ 40.54 27.39 84.04 -
YUV 146.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 183 110 238 0.23 0.54 0 0.07 274.22 0.79 0.68
Hex B7 6E EE 17 36 0 7 112 4F 44
Octal 267 156 356 27 66 0 7 422 117 104
Binary 10110111 1101110 11101110 10111 110110 0 111 100010010 1001111 1000100

Color Harmonies of #B76EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EEE

Black with #B76EEE

Text Example


Text Example

White with #B76EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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