Html Css Color HEX #B671D1 Medium Orchid

📋 copy color: '#B671D1'

red 182 ◦ green 113 ◦ blue 209

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

Shades of Medium Orchid #B671D1

Tints of Medium Orchid #B671D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 36.11%
G = 22.42%
B = 41.47%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B671D1 (or 0xB671D1) is known color: Medium Orchid. HEX triplet: B6, 71 and D1. RGB value is (182,113,209). Sum of RGB (Red+Green+Blue) = 182+113+209=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #B671D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671D1 is #498E2E. Grayscale: #909090. Windows color (decimal): -4820527 or 13726134. OLE color: 13726134.

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

Color convert

RGB 182 113 209 -
CMYK 0.13 0.46 0 0.18
HSL 283.13º 0.51% 0.63% -
HSV(B) 283.13º 0.46% 0.82% -
XYZ 36.71 26.36 63.47 -
YUV 144.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 182 113 209 0.13 0.46 0 0.18 283.13 0.51 0.63
Hex B6 71 D1 D 2E 0 12 11B 33 3F
Octal 266 161 321 15 56 0 22 433 63 77
Binary 10110110 1110001 11010001 1101 101110 0 10010 100011011 110011 111111

Color Harmonies of #B671D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671D1

Black with #B671D1

Text Example


Text Example

White with #B671D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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