Html Css Color HEX #B674DC Medium Orchid

📋 copy color: '#B674DC'

red 182 ◦ green 116 ◦ blue 220

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

Shades of Medium Orchid #B674DC

Tints of Medium Orchid #B674DC

RGB

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

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

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

R = 35.14%
G = 22.39%
B = 42.47%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B674DC (or 0xB674DC) is known color: Medium Orchid. HEX triplet: B6, 74 and DC. RGB value is (182,116,220). Sum of RGB (Red+Green+Blue) = 182+116+220=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B674DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B674DC is #498B23. Grayscale: #939393. Windows color (decimal): -4819748 or 14447798. OLE color: 14447798.

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

Color convert

RGB 182 116 220 -
CMYK 0.17 0.47 0 0.14
HSL 278.08º 0.6% 0.66% -
HSV(B) 278.08º 0.47% 0.86% -
XYZ 38.46 27.6 71.01 -
YUV 147.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 182 116 220 0.17 0.47 0 0.14 278.08 0.6 0.66
Hex B6 74 DC 11 2F 0 E 116 3C 42
Octal 266 164 334 21 57 0 16 426 74 102
Binary 10110110 1110100 11011100 10001 101111 0 1110 100010110 111100 1000010

Color Harmonies of #B674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B674DC

Black with #B674DC

Text Example


Text Example

White with #B674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B674DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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