Html Css Color HEX #B76FEB Medium Orchid

📋 copy color: '#B76FEB'

red 183 ◦ green 111 ◦ blue 235

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

Shades of Medium Orchid #B76FEB

Tints of Medium Orchid #B76FEB

RGB

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

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

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

R = 34.59%
G = 20.98%
B = 44.42%

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

#B76FEB (or 0xB76FEB) is known color: Medium Orchid. HEX triplet: B7, 6F and EB. RGB value is (183,111,235). Sum of RGB (Red+Green+Blue) = 183+111+235=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #B76FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FEB is #489014. Grayscale: #929292. Windows color (decimal): -4755477 or 15429559. OLE color: 15429559.

HSL color Cylindrical-coordinate representation of color #B76FEB: hue angle of 274.84º 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 #B76FEB is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 111 235 -
CMYK 0.22 0.53 0 0.08
HSL 274.84º 0.76% 0.68% -
HSV(B) 274.84º 0.53% 0.92% -
XYZ 40.21 27.43 81.77 -
YUV 146.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 183 111 235 0.22 0.53 0 0.08 274.84 0.76 0.68
Hex B7 6F EB 16 35 0 8 113 4C 44
Octal 267 157 353 26 65 0 10 423 114 104
Binary 10110111 1101111 11101011 10110 110101 0 1000 100010011 1001100 1000100

Color Harmonies of #B76FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FEB

Black with #B76FEB

Text Example


Text Example

White with #B76FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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