Html Css Color HEX #B76DDD Medium Orchid

📋 copy color: '#B76DDD'

red 183 ◦ green 109 ◦ blue 221

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

Shades of Medium Orchid #B76DDD

Tints of Medium Orchid #B76DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 35.67%
G = 21.25%
B = 43.08%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B76DDD (or 0xB76DDD) is known color: Medium Orchid. HEX triplet: B7, 6D and DD. RGB value is (183,109,221). Sum of RGB (Red+Green+Blue) = 183+109+221=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #B76DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DDD is #489222. Grayscale: #8F8F8F. Windows color (decimal): -4756003 or 14511543. OLE color: 14511543.

HSL color Cylindrical-coordinate representation of color #B76DDD: hue angle of 279.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76DDD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 109 221 -
CMYK 0.17 0.51 0 0.13
HSL 279.64º 0.62% 0.65% -
HSV(B) 279.64º 0.51% 0.87% -
XYZ 38.05 26.23 71.46 -
YUV 143.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 183 109 221 0.17 0.51 0 0.13 279.64 0.62 0.65
Hex B7 6D DD 11 33 0 D 118 3E 41
Octal 267 155 335 21 63 0 15 430 76 101
Binary 10110111 1101101 11011101 10001 110011 0 1101 100011000 111110 1000001

Color Harmonies of #B76DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DDD

Black with #B76DDD

Text Example


Text Example

White with #B76DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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