Html Css Color HEX #B673CD Medium Orchid

📋 copy color: '#B673CD'

red 182 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #B673CD

Tints of Medium Orchid #B673CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 36.25%
G = 22.91%
B = 40.84%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B673CD (or 0xB673CD) is known color: Medium Orchid. HEX triplet: B6, 73 and CD. RGB value is (182,115,205). Sum of RGB (Red+Green+Blue) = 182+115+205=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B673CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673CD is #498C32. Grayscale: #919191. Windows color (decimal): -4820019 or 13464502. OLE color: 13464502.

HSL color Cylindrical-coordinate representation of color #B673CD: hue angle of 284.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B673CD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 115 205 -
CMYK 0.11 0.44 0 0.20
HSL 284.67º 0.47% 0.63% -
HSV(B) 284.67º 0.44% 0.8% -
XYZ 36.44 26.61 60.97 -
YUV 145.29 161.7 154.18 -
System Red Green Blue C M Y K H S L
Decimal 182 115 205 0.11 0.44 0 0.20 284.67 0.47 0.63
Hex B6 73 CD B 2C 0 14 11D 2F 3F
Octal 266 163 315 13 54 0 24 435 57 77
Binary 10110110 1110011 11001101 1011 101100 0 10100 100011101 101111 111111

Color Harmonies of #B673CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673CD

Black with #B673CD

Text Example


Text Example

White with #B673CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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