Html Css Color HEX #B76FDF Medium Orchid

📋 copy color: '#B76FDF'

red 183 ◦ green 111 ◦ blue 223

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

Shades of Medium Orchid #B76FDF

Tints of Medium Orchid #B76FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

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

R = 35.4%
G = 21.47%
B = 43.13%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B76FDF (or 0xB76FDF) is known color: Medium Orchid. HEX triplet: B7, 6F and DF. RGB value is (183,111,223). Sum of RGB (Red+Green+Blue) = 183+111+223=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #B76FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FDF is #489020. Grayscale: #909090. Windows color (decimal): -4755489 or 14643127. OLE color: 14643127.

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

Color convert

RGB 183 111 223 -
CMYK 0.18 0.50 0 0.13
HSL 278.57º 0.64% 0.65% -
HSV(B) 278.57º 0.5% 0.87% -
XYZ 38.53 26.76 72.95 -
YUV 145.3 171.85 154.89 -
System Red Green Blue C M Y K H S L
Decimal 183 111 223 0.18 0.50 0 0.13 278.57 0.64 0.65
Hex B7 6F DF 12 32 0 D 117 40 41
Octal 267 157 337 22 62 0 15 427 100 101
Binary 10110111 1101111 11011111 10010 110010 0 1101 100010111 1000000 1000001

Color Harmonies of #B76FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FDF

Black with #B76FDF

Text Example


Text Example

White with #B76FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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