Html Css Color HEX #B671DC Medium Orchid

📋 copy color: '#B671DC'

red 182 ◦ green 113 ◦ blue 220

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

Shades of Medium Orchid #B671DC

Tints of Medium Orchid #B671DC

RGB

 RED value IS 182 (71.48% from 255) = 35.34%

 GREEN value IS 113 (44.53% from 255) = 21.94%

 BLUE value IS 220 (86.33% from 255) = 42.72%

R = 35.34%
G = 21.94%
B = 42.72%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B671DC (or 0xB671DC) is known color: Medium Orchid. HEX triplet: B6, 71 and DC. RGB value is (182,113,220). Sum of RGB (Red+Green+Blue) = 182+113+220=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #B671DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671DC is #498E23. Grayscale: #919191. Windows color (decimal): -4820516 or 14447030. OLE color: 14447030.

HSL color Cylindrical-coordinate representation of color #B671DC: hue angle of 278.69º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B671DC is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 113 220 -
CMYK 0.17 0.49 0 0.14
HSL 278.69º 0.6% 0.65% -
HSV(B) 278.69º 0.49% 0.86% -
XYZ 38.11 26.92 70.9 -
YUV 145.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 182 113 220 0.17 0.49 0 0.14 278.69 0.6 0.65
Hex B6 71 DC 11 31 0 E 117 3C 41
Octal 266 161 334 21 61 0 16 427 74 101
Binary 10110110 1110001 11011100 10001 110001 0 1110 100010111 111100 1000001

Color Harmonies of #B671DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671DC

Black with #B671DC

Text Example


Text Example

White with #B671DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671DC; }

 p { color: rgb(182,113,220); }

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

background-color css

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

 a { background-color: rgb(182,113,220); }

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

border-color css

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

 span { border-color: rgb(182,113,220); }

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