Html Css Color HEX #B76ADC Medium Orchid

📋 copy color: '#B76ADC'

red 183 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #B76ADC

Tints of Medium Orchid #B76ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 35.95%
G = 20.83%
B = 43.22%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B76ADC (or 0xB76ADC) is known color: Medium Orchid. HEX triplet: B7, 6A and DC. RGB value is (183,106,220). Sum of RGB (Red+Green+Blue) = 183+106+220=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #B76ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ADC is #489523. Grayscale: #8D8D8D. Windows color (decimal): -4756772 or 14445239. OLE color: 14445239.

HSL color Cylindrical-coordinate representation of color #B76ADC: hue angle of 280.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76ADC is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 106 220 -
CMYK 0.17 0.52 0 0.14
HSL 280.53º 0.62% 0.64% -
HSV(B) 280.53º 0.52% 0.86% -
XYZ 37.6 25.54 70.66 -
YUV 142.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 183 106 220 0.17 0.52 0 0.14 280.53 0.62 0.64
Hex B7 6A DC 11 34 0 E 119 3E 40
Octal 267 152 334 21 64 0 16 431 76 100
Binary 10110111 1101010 11011100 10001 110100 0 1110 100011001 111110 1000000

Color Harmonies of #B76ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ADC

Black with #B76ADC

Text Example


Text Example

White with #B76ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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