Html Css Color HEX #B76ECB Medium Orchid

📋 copy color: '#B76ECB'

red 183 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #B76ECB

Tints of Medium Orchid #B76ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.18%

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

R = 36.9%
G = 22.18%
B = 40.93%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B76ECB (or 0xB76ECB) is known color: Medium Orchid. HEX triplet: B7, 6E and CB. RGB value is (183,110,203). Sum of RGB (Red+Green+Blue) = 183+110+203=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #B76ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ECB is #489134. Grayscale: #8E8E8E. Windows color (decimal): -4755765 or 13332151. OLE color: 13332151.

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

Color convert

RGB 183 110 203 -
CMYK 0.10 0.46 0 0.20
HSL 287.1º 0.47% 0.61% -
HSV(B) 287.1º 0.46% 0.8% -
XYZ 35.88 25.53 59.54 -
YUV 142.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 183 110 203 0.10 0.46 0 0.20 287.1 0.47 0.61
Hex B7 6E CB A 2E 0 14 11F 2F 3D
Octal 267 156 313 12 56 0 24 437 57 75
Binary 10110111 1101110 11001011 1010 101110 0 10100 100011111 101111 111101

Color Harmonies of #B76ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ECB

Black with #B76ECB

Text Example


Text Example

White with #B76ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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