Html Css Color HEX #B673D9 Medium Orchid

📋 copy color: '#B673D9'

red 182 ◦ green 115 ◦ blue 217

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

Shades of Medium Orchid #B673D9

Tints of Medium Orchid #B673D9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.37%

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 35.41%
G = 22.37%
B = 42.22%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B673D9 (or 0xB673D9) is known color: Medium Orchid. HEX triplet: B6, 73 and D9. RGB value is (182,115,217). Sum of RGB (Red+Green+Blue) = 182+115+217=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #B673D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673D9 is #498C26. Grayscale: #929292. Windows color (decimal): -4820007 or 14250934. OLE color: 14250934.

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

Color convert

RGB 182 115 217 -
CMYK 0.16 0.47 0 0.15
HSL 279.41º 0.57% 0.65% -
HSV(B) 279.41º 0.47% 0.85% -
XYZ 37.95 27.22 68.9 -
YUV 146.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 182 115 217 0.16 0.47 0 0.15 279.41 0.57 0.65
Hex B6 73 D9 10 2F 0 F 117 39 41
Octal 266 163 331 20 57 0 17 427 71 101
Binary 10110110 1110011 11011001 10000 101111 0 1111 100010111 111001 1000001

Color Harmonies of #B673D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673D9

Black with #B673D9

Text Example


Text Example

White with #B673D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673D9; }

 p { color: rgb(182,115,217); }

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

background-color css

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

 a { background-color: rgb(182,115,217); }

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

border-color css

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

 span { border-color: rgb(182,115,217); }

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