Html Css Color HEX #B76DDB Medium Orchid

📋 copy color: '#B76DDB'

red 183 ◦ green 109 ◦ blue 219

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

Shades of Medium Orchid #B76DDB

Tints of Medium Orchid #B76DDB

RGB

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

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

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

R = 35.81%
G = 21.33%
B = 42.86%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B76DDB (or 0xB76DDB) is known color: Medium Orchid. HEX triplet: B7, 6D and DB. RGB value is (183,109,219). Sum of RGB (Red+Green+Blue) = 183+109+219=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B76DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DDB is #489224. Grayscale: #8F8F8F. Windows color (decimal): -4756005 or 14380471. OLE color: 14380471.

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

Color convert

RGB 183 109 219 -
CMYK 0.16 0.50 0 0.14
HSL 280.36º 0.6% 0.64% -
HSV(B) 280.36º 0.5% 0.86% -
XYZ 37.78 26.12 70.07 -
YUV 143.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 183 109 219 0.16 0.50 0 0.14 280.36 0.6 0.64
Hex B7 6D DB 10 32 0 E 118 3C 40
Octal 267 155 333 20 62 0 16 430 74 100
Binary 10110111 1101101 11011011 10000 110010 0 1110 100011000 111100 1000000

Color Harmonies of #B76DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DDB

Black with #B76DDB

Text Example


Text Example

White with #B76DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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