Html Css Color HEX #B674DF Medium Orchid

📋 copy color: '#B674DF'

red 182 ◦ green 116 ◦ blue 223

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

Shades of Medium Orchid #B674DF

Tints of Medium Orchid #B674DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.26%

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

R = 34.93%
G = 22.26%
B = 42.8%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B674DF (or 0xB674DF) is known color: Medium Orchid. HEX triplet: B6, 74 and DF. RGB value is (182,116,223). Sum of RGB (Red+Green+Blue) = 182+116+223=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B674DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674DF is #498B20. Grayscale: #939393. Windows color (decimal): -4819745 or 14644406. OLE color: 14644406.

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

Color convert

RGB 182 116 223 -
CMYK 0.18 0.48 0 0.13
HSL 277.01º 0.63% 0.66% -
HSV(B) 277.01º 0.48% 0.87% -
XYZ 38.86 27.76 73.12 -
YUV 147.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 182 116 223 0.18 0.48 0 0.13 277.01 0.63 0.66
Hex B6 74 DF 12 30 0 D 115 3F 42
Octal 266 164 337 22 60 0 15 425 77 102
Binary 10110110 1110100 11011111 10010 110000 0 1101 100010101 111111 1000010

Color Harmonies of #B674DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674DF

Black with #B674DF

Text Example


Text Example

White with #B674DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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