Html Css Color HEX #B76EEB Medium Orchid

📋 copy color: '#B76EEB'

red 183 ◦ green 110 ◦ blue 235

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

Shades of Medium Orchid #B76EEB

Tints of Medium Orchid #B76EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 34.66%
G = 20.83%
B = 44.51%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B76EEB (or 0xB76EEB) is known color: Medium Orchid. HEX triplet: B7, 6E and EB. RGB value is (183,110,235). Sum of RGB (Red+Green+Blue) = 183+110+235=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #B76EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EEB is #489114. Grayscale: #919191. Windows color (decimal): -4755733 or 15429303. OLE color: 15429303.

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

Color convert

RGB 183 110 235 -
CMYK 0.22 0.53 0 0.08
HSL 275.04º 0.76% 0.68% -
HSV(B) 275.04º 0.53% 0.92% -
XYZ 40.1 27.22 81.74 -
YUV 146.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 183 110 235 0.22 0.53 0 0.08 275.04 0.76 0.68
Hex B7 6E EB 16 35 0 8 113 4C 44
Octal 267 156 353 26 65 0 10 423 114 104
Binary 10110111 1101110 11101011 10110 110101 0 1000 100010011 1001100 1000100

Color Harmonies of #B76EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EEB

Black with #B76EEB

Text Example


Text Example

White with #B76EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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