Html Css Color HEX #B673DE Medium Orchid

📋 copy color: '#B673DE'

red 182 ◦ green 115 ◦ blue 222

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

Shades of Medium Orchid #B673DE

Tints of Medium Orchid #B673DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 35.07%
G = 22.16%
B = 42.77%

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

#B673DE (or 0xB673DE) is known color: Medium Orchid. HEX triplet: B6, 73 and DE. RGB value is (182,115,222). Sum of RGB (Red+Green+Blue) = 182+115+222=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #B673DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673DE is #498C21. Grayscale: #929292. Windows color (decimal): -4820002 or 14578614. OLE color: 14578614.

HSL color Cylindrical-coordinate representation of color #B673DE: hue angle of 277.57º degrees, saturation: 0.62, 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 #B673DE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 115 222 -
CMYK 0.18 0.48 0 0.13
HSL 277.57º 0.62% 0.66% -
HSV(B) 277.57º 0.48% 0.87% -
XYZ 38.61 27.48 72.38 -
YUV 147.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 182 115 222 0.18 0.48 0 0.13 277.57 0.62 0.66
Hex B6 73 DE 12 30 0 D 116 3E 42
Octal 266 163 336 22 60 0 15 426 76 102
Binary 10110110 1110011 11011110 10010 110000 0 1101 100010110 111110 1000010

Color Harmonies of #B673DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673DE

Black with #B673DE

Text Example


Text Example

White with #B673DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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