Html Css Color HEX #B76BCC Medium Orchid

📋 copy color: '#B76BCC'

red 183 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #B76BCC

Tints of Medium Orchid #B76BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

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

R = 37.04%
G = 21.66%
B = 41.3%

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

#B76BCC (or 0xB76BCC) is known color: Medium Orchid. HEX triplet: B7, 6B and CC. RGB value is (183,107,204). Sum of RGB (Red+Green+Blue) = 183+107+204=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCC is #489433. Grayscale: #8C8C8C. Windows color (decimal): -4756532 or 13396919. OLE color: 13396919.

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

Color convert

RGB 183 107 204 -
CMYK 0.10 0.48 0 0.2
HSL 287.01º 0.49% 0.61% -
HSV(B) 287.01º 0.48% 0.8% -
XYZ 35.69 24.94 60.06 -
YUV 140.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 183 107 204 0.10 0.48 0 0.2 287.01 0.49 0.61
Hex B7 6B CC A 30 0 14 11F 31 3D
Octal 267 153 314 12 60 0 24 437 61 75
Binary 10110111 1101011 11001100 1010 110000 0 10100 100011111 110001 111101

Color Harmonies of #B76BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BCC

Black with #B76BCC

Text Example


Text Example

White with #B76BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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