Html Css Color HEX #B76DD7 Medium Orchid

📋 copy color: '#B76DD7'

red 183 ◦ green 109 ◦ blue 215

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

Shades of Medium Orchid #B76DD7

Tints of Medium Orchid #B76DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 36.09%
G = 21.5%
B = 42.41%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B76DD7 (or 0xB76DD7) is known color: Medium Orchid. HEX triplet: B7, 6D and D7. RGB value is (183,109,215). Sum of RGB (Red+Green+Blue) = 183+109+215=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #B76DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DD7 is #489228. Grayscale: #8E8E8E. Windows color (decimal): -4756009 or 14118327. OLE color: 14118327.

HSL color Cylindrical-coordinate representation of color #B76DD7: hue angle of 281.89º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76DD7 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 109 215 -
CMYK 0.15 0.49 0 0.16
HSL 281.89º 0.57% 0.64% -
HSV(B) 281.89º 0.49% 0.84% -
XYZ 37.26 25.91 67.33 -
YUV 143.21 168.52 156.38 -
System Red Green Blue C M Y K H S L
Decimal 183 109 215 0.15 0.49 0 0.16 281.89 0.57 0.64
Hex B7 6D D7 F 31 0 10 11A 39 40
Octal 267 155 327 17 61 0 20 432 71 100
Binary 10110111 1101101 11010111 1111 110001 0 10000 100011010 111001 1000000

Color Harmonies of #B76DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76DD7

Black with #B76DD7

Text Example


Text Example

White with #B76DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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