Html Css Color HEX #B76EEF Medium Orchid

📋 copy color: '#B76EEF'

red 183 ◦ green 110 ◦ blue 239

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

Shades of Medium Orchid #B76EEF

Tints of Medium Orchid #B76EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 34.4%
G = 20.68%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B76EEF (or 0xB76EEF) is known color: Medium Orchid. HEX triplet: B7, 6E and EF. RGB value is (183,110,239). Sum of RGB (Red+Green+Blue) = 183+110+239=532 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.40% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #B76EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EEF is #489110. Grayscale: #929292. Windows color (decimal): -4755729 or 15691447. OLE color: 15691447.

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

Color convert

RGB 183 110 239 -
CMYK 0.23 0.54 0 0.06
HSL 273.95º 0.8% 0.68% -
HSV(B) 273.95º 0.54% 0.94% -
XYZ 40.68 27.45 84.82 -
YUV 146.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 183 110 239 0.23 0.54 0 0.06 273.95 0.8 0.68
Hex B7 6E EF 17 36 0 6 112 50 44
Octal 267 156 357 27 66 0 6 422 120 104
Binary 10110111 1101110 11101111 10111 110110 0 110 100010010 1010000 1000100

Color Harmonies of #B76EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EEF

Black with #B76EEF

Text Example


Text Example

White with #B76EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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