Html Css Color HEX #B76DDA Medium Orchid

📋 copy color: '#B76DDA'

red 183 ◦ green 109 ◦ blue 218

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

Shades of Medium Orchid #B76DDA

Tints of Medium Orchid #B76DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.37%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 35.88%
G = 21.37%
B = 42.75%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B76DDA (or 0xB76DDA) is known color: Medium Orchid. HEX triplet: B7, 6D and DA. RGB value is (183,109,218). Sum of RGB (Red+Green+Blue) = 183+109+218=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #B76DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DDA is #489225. Grayscale: #8F8F8F. Windows color (decimal): -4756006 or 14314935. OLE color: 14314935.

HSL color Cylindrical-coordinate representation of color #B76DDA: hue angle of 280.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76DDA is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 109 218 -
CMYK 0.16 0.5 0 0.15
HSL 280.73º 0.6% 0.64% -
HSV(B) 280.73º 0.5% 0.85% -
XYZ 37.65 26.07 69.38 -
YUV 143.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 183 109 218 0.16 0.5 0 0.15 280.73 0.6 0.64
Hex B7 6D DA 10 32 0 F 119 3C 40
Octal 267 155 332 20 62 0 17 431 74 100
Binary 10110111 1101101 11011010 10000 110010 0 1111 100011001 111100 1000000

Color Harmonies of #B76DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DDA

Black with #B76DDA

Text Example


Text Example

White with #B76DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DDA; }

 p { color: rgb(183,109,218); }

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

background-color css

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

 a { background-color: rgb(183,109,218); }

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

border-color css

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

 span { border-color: rgb(183,109,218); }

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