Html Css Color HEX #B673D3 Medium Orchid

📋 copy color: '#B673D3'

red 182 ◦ green 115 ◦ blue 211

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

Shades of Medium Orchid #B673D3

Tints of Medium Orchid #B673D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.54%

R = 35.83%
G = 22.64%
B = 41.54%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B673D3 (or 0xB673D3) is known color: Medium Orchid. HEX triplet: B6, 73 and D3. RGB value is (182,115,211). Sum of RGB (Red+Green+Blue) = 182+115+211=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #B673D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673D3 is #498C2C. Grayscale: #919191. Windows color (decimal): -4820013 or 13857718. OLE color: 13857718.

HSL color Cylindrical-coordinate representation of color #B673D3: hue angle of 281.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B673D3 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 182 115 211 -
CMYK 0.14 0.45 0 0.17
HSL 281.88º 0.52% 0.64% -
HSV(B) 281.88º 0.45% 0.83% -
XYZ 37.18 26.91 64.86 -
YUV 145.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 182 115 211 0.14 0.45 0 0.17 281.88 0.52 0.64
Hex B6 73 D3 E 2D 0 11 11A 34 40
Octal 266 163 323 16 55 0 21 432 64 100
Binary 10110110 1110011 11010011 1110 101101 0 10001 100011010 110100 1000000

Color Harmonies of #B673D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673D3

Black with #B673D3

Text Example


Text Example

White with #B673D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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