Html Css Color HEX #B76FCD Medium Orchid

📋 copy color: '#B76FCD'

red 183 ◦ green 111 ◦ blue 205

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

Shades of Medium Orchid #B76FCD

Tints of Medium Orchid #B76FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 36.67%
G = 22.24%
B = 41.08%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B76FCD (or 0xB76FCD) is known color: Medium Orchid. HEX triplet: B7, 6F and CD. RGB value is (183,111,205). Sum of RGB (Red+Green+Blue) = 183+111+205=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #B76FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FCD is #489032. Grayscale: #8E8E8E. Windows color (decimal): -4755507 or 13463479. OLE color: 13463479.

HSL color Cylindrical-coordinate representation of color #B76FCD: hue angle of 285.96º 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 #B76FCD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 111 205 -
CMYK 0.11 0.46 0 0.20
HSL 285.96º 0.48% 0.62% -
HSV(B) 285.96º 0.46% 0.8% -
XYZ 36.23 25.84 60.84 -
YUV 143.24 162.85 156.36 -
System Red Green Blue C M Y K H S L
Decimal 183 111 205 0.11 0.46 0 0.20 285.96 0.48 0.62
Hex B7 6F CD B 2E 0 14 11E 30 3E
Octal 267 157 315 13 56 0 24 436 60 76
Binary 10110111 1101111 11001101 1011 101110 0 10100 100011110 110000 111110

Color Harmonies of #B76FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FCD

Black with #B76FCD

Text Example


Text Example

White with #B76FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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