Html Css Color HEX #B76BE6 Medium Orchid

📋 copy color: '#B76BE6'

red 183 ◦ green 107 ◦ blue 230

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

Shades of Medium Orchid #B76BE6

Tints of Medium Orchid #B76BE6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.58%

 BLUE value IS 230 (90.23% from 255) = 44.23%

R = 35.19%
G = 20.58%
B = 44.23%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B76BE6 (or 0xB76BE6) is known color: Medium Orchid. HEX triplet: B7, 6B and E6. RGB value is (183,107,230). Sum of RGB (Red+Green+Blue) = 183+107+230=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #B76BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BE6 is #489419. Grayscale: #8F8F8F. Windows color (decimal): -4756506 or 15100855. OLE color: 15100855.

HSL color Cylindrical-coordinate representation of color #B76BE6: hue angle of 277.07º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B76BE6 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 107 230 -
CMYK 0.20 0.53 0 0.10
HSL 277.07º 0.71% 0.66% -
HSV(B) 277.07º 0.53% 0.9% -
XYZ 39.07 26.3 77.88 -
YUV 143.75 176.68 156 -
System Red Green Blue C M Y K H S L
Decimal 183 107 230 0.20 0.53 0 0.10 277.07 0.71 0.66
Hex B7 6B E6 14 35 0 A 115 47 42
Octal 267 153 346 24 65 0 12 425 107 102
Binary 10110111 1101011 11100110 10100 110101 0 1010 100010101 1000111 1000010

Color Harmonies of #B76BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BE6

Black with #B76BE6

Text Example


Text Example

White with #B76BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BE6; }

 p { color: rgb(183,107,230); }

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

background-color css

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

 a { background-color: rgb(183,107,230); }

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

border-color css

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

 span { border-color: rgb(183,107,230); }

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