Html Css Color HEX #B671D8 Medium Orchid

📋 copy color: '#B671D8'

red 182 ◦ green 113 ◦ blue 216

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

Shades of Medium Orchid #B671D8

Tints of Medium Orchid #B671D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 35.62%
G = 22.11%
B = 42.27%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B671D8 (or 0xB671D8) is known color: Medium Orchid. HEX triplet: B6, 71 and D8. RGB value is (182,113,216). Sum of RGB (Red+Green+Blue) = 182+113+216=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #B671D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671D8 is #498E27. Grayscale: #919191. Windows color (decimal): -4820520 or 14184886. OLE color: 14184886.

HSL color Cylindrical-coordinate representation of color #B671D8: hue angle of 280.19º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B671D8 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 113 216 -
CMYK 0.16 0.48 0 0.15
HSL 280.19º 0.57% 0.65% -
HSV(B) 280.19º 0.48% 0.85% -
XYZ 37.59 26.71 68.14 -
YUV 145.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 182 113 216 0.16 0.48 0 0.15 280.19 0.57 0.65
Hex B6 71 D8 10 30 0 F 118 39 41
Octal 266 161 330 20 60 0 17 430 71 101
Binary 10110110 1110001 11011000 10000 110000 0 1111 100011000 111001 1000001

Color Harmonies of #B671D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671D8

Black with #B671D8

Text Example


Text Example

White with #B671D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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