Html Css Color HEX #B76FE0 Medium Orchid

📋 copy color: '#B76FE0'

red 183 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #B76FE0

Tints of Medium Orchid #B76FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 35.33%
G = 21.43%
B = 43.24%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B76FE0 (or 0xB76FE0) is known color: Medium Orchid. HEX triplet: B7, 6F and E0. RGB value is (183,111,224). Sum of RGB (Red+Green+Blue) = 183+111+224=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #B76FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FE0 is #48901F. Grayscale: #919191. Windows color (decimal): -4755488 or 14708663. OLE color: 14708663.

HSL color Cylindrical-coordinate representation of color #B76FE0: hue angle of 278.23º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76FE0 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 111 224 -
CMYK 0.18 0.50 0 0.12
HSL 278.23º 0.65% 0.66% -
HSV(B) 278.23º 0.5% 0.88% -
XYZ 38.67 26.82 73.66 -
YUV 145.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 183 111 224 0.18 0.50 0 0.12 278.23 0.65 0.66
Hex B7 6F E0 12 32 0 C 116 41 42
Octal 267 157 340 22 62 0 14 426 101 102
Binary 10110111 1101111 11100000 10010 110010 0 1100 100010110 1000001 1000010

Color Harmonies of #B76FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FE0

Black with #B76FE0

Text Example


Text Example

White with #B76FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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