Html Css Color HEX #B76FEC Medium Orchid

📋 copy color: '#B76FEC'

red 183 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #B76FEC

Tints of Medium Orchid #B76FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

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

R = 34.53%
G = 20.94%
B = 44.53%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B76FEC (or 0xB76FEC) is known color: Medium Orchid. HEX triplet: B7, 6F and EC. RGB value is (183,111,236). Sum of RGB (Red+Green+Blue) = 183+111+236=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #B76FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FEC is #489013. Grayscale: #929292. Windows color (decimal): -4755476 or 15495095. OLE color: 15495095.

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

Color convert

RGB 183 111 236 -
CMYK 0.22 0.53 0 0.07
HSL 274.56º 0.77% 0.68% -
HSV(B) 274.56º 0.53% 0.93% -
XYZ 40.35 27.49 82.54 -
YUV 146.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 183 111 236 0.22 0.53 0 0.07 274.56 0.77 0.68
Hex B7 6F EC 16 35 0 7 113 4D 44
Octal 267 157 354 26 65 0 7 423 115 104
Binary 10110111 1101111 11101100 10110 110101 0 111 100010011 1001101 1000100

Color Harmonies of #B76FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FEC

Black with #B76FEC

Text Example


Text Example

White with #B76FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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