Html Css Color HEX #B76EDF Medium Orchid

📋 copy color: '#B76EDF'

red 183 ◦ green 110 ◦ blue 223

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

Shades of Medium Orchid #B76EDF

Tints of Medium Orchid #B76EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 35.47%
G = 21.32%
B = 43.22%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B76EDF (or 0xB76EDF) is known color: Medium Orchid. HEX triplet: B7, 6E and DF. RGB value is (183,110,223). Sum of RGB (Red+Green+Blue) = 183+110+223=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #B76EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EDF is #489120. Grayscale: #909090. Windows color (decimal): -4755745 or 14642871. OLE color: 14642871.

HSL color Cylindrical-coordinate representation of color #B76EDF: hue angle of 278.76º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76EDF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 110 223 -
CMYK 0.18 0.51 0 0.13
HSL 278.76º 0.64% 0.65% -
HSV(B) 278.76º 0.51% 0.87% -
XYZ 38.42 26.55 72.91 -
YUV 144.71 172.18 155.31 -
System Red Green Blue C M Y K H S L
Decimal 183 110 223 0.18 0.51 0 0.13 278.76 0.64 0.65
Hex B7 6E DF 12 33 0 D 117 40 41
Octal 267 156 337 22 63 0 15 427 100 101
Binary 10110111 1101110 11011111 10010 110011 0 1101 100010111 1000000 1000001

Color Harmonies of #B76EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76EDF

Black with #B76EDF

Text Example


Text Example

White with #B76EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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