Html Css Color HEX #B76AD0 Medium Orchid

📋 copy color: '#B76AD0'

red 183 ◦ green 106 ◦ blue 208

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

Shades of Medium Orchid #B76AD0

Tints of Medium Orchid #B76AD0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 36.82%
G = 21.33%
B = 41.85%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B76AD0 (or 0xB76AD0) is known color: Medium Orchid. HEX triplet: B7, 6A and D0. RGB value is (183,106,208). Sum of RGB (Red+Green+Blue) = 183+106+208=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #B76AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76AD0 is #48952F. Grayscale: #8C8C8C. Windows color (decimal): -4756784 or 13658807. OLE color: 13658807.

HSL color Cylindrical-coordinate representation of color #B76AD0: hue angle of 285.29º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76AD0 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 106 208 -
CMYK 0.12 0.49 0 0.18
HSL 285.29º 0.52% 0.62% -
HSV(B) 285.29º 0.49% 0.82% -
XYZ 36.07 24.93 62.59 -
YUV 140.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 183 106 208 0.12 0.49 0 0.18 285.29 0.52 0.62
Hex B7 6A D0 C 31 0 12 11D 34 3E
Octal 267 152 320 14 61 0 22 435 64 76
Binary 10110111 1101010 11010000 1100 110001 0 10010 100011101 110100 111110

Color Harmonies of #B76AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76AD0

Black with #B76AD0

Text Example


Text Example

White with #B76AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76AD0; }

 p { color: rgb(183,106,208); }

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

background-color css

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

 a { background-color: rgb(183,106,208); }

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

border-color css

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

 span { border-color: rgb(183,106,208); }

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