Html Css Color HEX #B76ACB Medium Orchid

📋 copy color: '#B76ACB'

red 183 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B76ACB

Tints of Medium Orchid #B76ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.26%

R = 37.2%
G = 21.54%
B = 41.26%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B76ACB (or 0xB76ACB) is known color: Medium Orchid. HEX triplet: B7, 6A and CB. RGB value is (183,106,203). Sum of RGB (Red+Green+Blue) = 183+106+203=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B76ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ACB is #489534. Grayscale: #8B8B8B. Windows color (decimal): -4756789 or 13331127. OLE color: 13331127.

HSL color Cylindrical-coordinate representation of color #B76ACB: hue angle of 287.63º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76ACB is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 106 203 -
CMYK 0.10 0.48 0 0.20
HSL 287.63º 0.48% 0.61% -
HSV(B) 287.63º 0.48% 0.8% -
XYZ 35.46 24.69 59.4 -
YUV 140.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 183 106 203 0.10 0.48 0 0.20 287.63 0.48 0.61
Hex B7 6A CB A 30 0 14 120 30 3D
Octal 267 152 313 12 60 0 24 440 60 75
Binary 10110111 1101010 11001011 1010 110000 0 10100 100100000 110000 111101

Color Harmonies of #B76ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ACB

Black with #B76ACB

Text Example


Text Example

White with #B76ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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