Html Css Color HEX #B76ACC Medium Orchid

📋 copy color: '#B76ACC'

red 183 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #B76ACC

Tints of Medium Orchid #B76ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 37.12%
G = 21.5%
B = 41.38%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B76ACC (or 0xB76ACC) is known color: Medium Orchid. HEX triplet: B7, 6A and CC. RGB value is (183,106,204). Sum of RGB (Red+Green+Blue) = 183+106+204=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ACC is #489533. Grayscale: #8B8B8B. Windows color (decimal): -4756788 or 13396663. OLE color: 13396663.

HSL color Cylindrical-coordinate representation of color #B76ACC: hue angle of 287.14º degrees, saturation: 0.49, 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 #B76ACC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 106 204 -
CMYK 0.10 0.48 0 0.2
HSL 287.14º 0.49% 0.61% -
HSV(B) 287.14º 0.48% 0.8% -
XYZ 35.58 24.73 60.03 -
YUV 140.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 183 106 204 0.10 0.48 0 0.2 287.14 0.49 0.61
Hex B7 6A CC A 30 0 14 11F 31 3D
Octal 267 152 314 12 60 0 24 437 61 75
Binary 10110111 1101010 11001100 1010 110000 0 10100 100011111 110001 111101

Color Harmonies of #B76ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ACC

Black with #B76ACC

Text Example


Text Example

White with #B76ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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