Html Css Color HEX #B76ADA Medium Orchid

📋 copy color: '#B76ADA'

red 183 ◦ green 106 ◦ blue 218

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

Shades of Medium Orchid #B76ADA

Tints of Medium Orchid #B76ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 36.09%
G = 20.91%
B = 43%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B76ADA (or 0xB76ADA) is known color: Medium Orchid. HEX triplet: B7, 6A and DA. RGB value is (183,106,218). Sum of RGB (Red+Green+Blue) = 183+106+218=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B76ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ADA is #489525. Grayscale: #8D8D8D. Windows color (decimal): -4756774 or 14314167. OLE color: 14314167.

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

Color convert

RGB 183 106 218 -
CMYK 0.16 0.51 0 0.15
HSL 281.25º 0.6% 0.64% -
HSV(B) 281.25º 0.51% 0.85% -
XYZ 37.34 25.44 69.27 -
YUV 141.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 183 106 218 0.16 0.51 0 0.15 281.25 0.6 0.64
Hex B7 6A DA 10 33 0 F 119 3C 40
Octal 267 152 332 20 63 0 17 431 74 100
Binary 10110111 1101010 11011010 10000 110011 0 1111 100011001 111100 1000000

Color Harmonies of #B76ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ADA

Black with #B76ADA

Text Example


Text Example

White with #B76ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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