Html Css Color HEX #B76ADF Medium Orchid

📋 copy color: '#B76ADF'

red 183 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #B76ADF

Tints of Medium Orchid #B76ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 35.74%
G = 20.7%
B = 43.55%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B76ADF (or 0xB76ADF) is known color: Medium Orchid. HEX triplet: B7, 6A and DF. RGB value is (183,106,223). Sum of RGB (Red+Green+Blue) = 183+106+223=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #B76ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ADF is #489520. Grayscale: #8D8D8D. Windows color (decimal): -4756769 or 14641847. OLE color: 14641847.

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

Color convert

RGB 183 106 223 -
CMYK 0.18 0.52 0 0.13
HSL 279.49º 0.65% 0.65% -
HSV(B) 279.49º 0.52% 0.87% -
XYZ 38 25.7 72.77 -
YUV 142.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 183 106 223 0.18 0.52 0 0.13 279.49 0.65 0.65
Hex B7 6A DF 12 34 0 D 117 41 41
Octal 267 152 337 22 64 0 15 427 101 101
Binary 10110111 1101010 11011111 10010 110100 0 1101 100010111 1000001 1000001

Color Harmonies of #B76ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ADF

Black with #B76ADF

Text Example


Text Example

White with #B76ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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