Html Css Color HEX #B76BEC Medium Orchid

📋 copy color: '#B76BEC'

red 183 ◦ green 107 ◦ blue 236

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

Shades of Medium Orchid #B76BEC

Tints of Medium Orchid #B76BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 34.79%
G = 20.34%
B = 44.87%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B76BEC (or 0xB76BEC) is known color: Medium Orchid. HEX triplet: B7, 6B and EC. RGB value is (183,107,236). Sum of RGB (Red+Green+Blue) = 183+107+236=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #B76BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BEC is #489413. Grayscale: #8F8F8F. Windows color (decimal): -4756500 or 15494071. OLE color: 15494071.

HSL color Cylindrical-coordinate representation of color #B76BEC: hue angle of 275.35º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76BEC is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 107 236 -
CMYK 0.22 0.55 0 0.07
HSL 275.35º 0.77% 0.67% -
HSV(B) 275.35º 0.55% 0.93% -
XYZ 39.93 26.64 82.39 -
YUV 144.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 183 107 236 0.22 0.55 0 0.07 275.35 0.77 0.67
Hex B7 6B EC 16 37 0 7 113 4D 43
Octal 267 153 354 26 67 0 7 423 115 103
Binary 10110111 1101011 11101100 10110 110111 0 111 100010011 1001101 1000011

Color Harmonies of #B76BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BEC

Black with #B76BEC

Text Example


Text Example

White with #B76BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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