Html Css Color HEX #B671DF Medium Orchid

📋 copy color: '#B671DF'

red 182 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #B671DF

Tints of Medium Orchid #B671DF

RGB

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

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

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

R = 35.14%
G = 21.81%
B = 43.05%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B671DF (or 0xB671DF) is known color: Medium Orchid. HEX triplet: B6, 71 and DF. RGB value is (182,113,223). Sum of RGB (Red+Green+Blue) = 182+113+223=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #B671DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671DF is #498E20. Grayscale: #919191. Windows color (decimal): -4820513 or 14643638. OLE color: 14643638.

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

Color convert

RGB 182 113 223 -
CMYK 0.18 0.49 0 0.13
HSL 277.64º 0.63% 0.66% -
HSV(B) 277.64º 0.49% 0.87% -
XYZ 38.52 27.08 73.01 -
YUV 146.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 182 113 223 0.18 0.49 0 0.13 277.64 0.63 0.66
Hex B6 71 DF 12 31 0 D 116 3F 42
Octal 266 161 337 22 61 0 15 426 77 102
Binary 10110110 1110001 11011111 10010 110001 0 1101 100010110 111111 1000010

Color Harmonies of #B671DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B671DF

Black with #B671DF

Text Example


Text Example

White with #B671DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B671DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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