Html Css Color HEX #B76FDE Medium Orchid

📋 copy color: '#B76FDE'

red 183 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #B76FDE

Tints of Medium Orchid #B76FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 35.47%
G = 21.51%
B = 43.02%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B76FDE (or 0xB76FDE) is known color: Medium Orchid. HEX triplet: B7, 6F and DE. RGB value is (183,111,222). Sum of RGB (Red+Green+Blue) = 183+111+222=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #B76FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FDE is #489021. Grayscale: #909090. Windows color (decimal): -4755490 or 14577591. OLE color: 14577591.

HSL color Cylindrical-coordinate representation of color #B76FDE: hue angle of 278.92º degrees, saturation: 0.63, 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 #B76FDE is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 111 222 -
CMYK 0.18 0.5 0 0.13
HSL 278.92º 0.63% 0.65% -
HSV(B) 278.92º 0.5% 0.87% -
XYZ 38.4 26.71 72.24 -
YUV 145.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 183 111 222 0.18 0.5 0 0.13 278.92 0.63 0.65
Hex B7 6F DE 12 32 0 D 117 3F 41
Octal 267 157 336 22 62 0 15 427 77 101
Binary 10110111 1101111 11011110 10010 110010 0 1101 100010111 111111 1000001

Color Harmonies of #B76FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76FDE

Black with #B76FDE

Text Example


Text Example

White with #B76FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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