Html Css Color HEX #B76ADB Medium Orchid

📋 copy color: '#B76ADB'

red 183 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #B76ADB

Tints of Medium Orchid #B76ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 36.02%
G = 20.87%
B = 43.11%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B76ADB (or 0xB76ADB) is known color: Medium Orchid. HEX triplet: B7, 6A and DB. RGB value is (183,106,219). Sum of RGB (Red+Green+Blue) = 183+106+219=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #B76ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ADB is #489524. Grayscale: #8D8D8D. Windows color (decimal): -4756773 or 14379703. OLE color: 14379703.

HSL color Cylindrical-coordinate representation of color #B76ADB: hue angle of 280.88º degrees, saturation: 0.61, 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 #B76ADB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 106 219 -
CMYK 0.16 0.52 0 0.14
HSL 280.88º 0.61% 0.64% -
HSV(B) 280.88º 0.52% 0.86% -
XYZ 37.47 25.49 69.96 -
YUV 141.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 183 106 219 0.16 0.52 0 0.14 280.88 0.61 0.64
Hex B7 6A DB 10 34 0 E 119 3D 40
Octal 267 152 333 20 64 0 16 431 75 100
Binary 10110111 1101010 11011011 10000 110100 0 1110 100011001 111101 1000000

Color Harmonies of #B76ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ADB

Black with #B76ADB

Text Example


Text Example

White with #B76ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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