Html Css Color HEX #B76FCC Medium Orchid

📋 copy color: '#B76FCC'

red 183 ◦ green 111 ◦ blue 204

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

Shades of Medium Orchid #B76FCC

Tints of Medium Orchid #B76FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.96%

R = 36.75%
G = 22.29%
B = 40.96%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B76FCC (or 0xB76FCC) is known color: Medium Orchid. HEX triplet: B7, 6F and CC. RGB value is (183,111,204). Sum of RGB (Red+Green+Blue) = 183+111+204=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FCC is #489033. Grayscale: #8E8E8E. Windows color (decimal): -4755508 or 13397943. OLE color: 13397943.

HSL color Cylindrical-coordinate representation of color #B76FCC: hue angle of 286.45º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76FCC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 111 204 -
CMYK 0.10 0.46 0 0.2
HSL 286.45º 0.48% 0.62% -
HSV(B) 286.45º 0.46% 0.8% -
XYZ 36.11 25.8 60.2 -
YUV 143.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 183 111 204 0.10 0.46 0 0.2 286.45 0.48 0.62
Hex B7 6F CC A 2E 0 14 11E 30 3E
Octal 267 157 314 12 56 0 24 436 60 76
Binary 10110111 1101111 11001100 1010 101110 0 10100 100011110 110000 111110

Color Harmonies of #B76FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FCC

Black with #B76FCC

Text Example


Text Example

White with #B76FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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