Html Css Color HEX #B673C9 Medium Orchid

📋 copy color: '#B673C9'

red 182 ◦ green 115 ◦ blue 201

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

Shades of Medium Orchid #B673C9

Tints of Medium Orchid #B673C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 36.55%
G = 23.09%
B = 40.36%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B673C9 (or 0xB673C9) is known color: Medium Orchid. HEX triplet: B6, 73 and C9. RGB value is (182,115,201). Sum of RGB (Red+Green+Blue) = 182+115+201=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #B673C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673C9 is #498C36. Grayscale: #909090. Windows color (decimal): -4820023 or 13202358. OLE color: 13202358.

HSL color Cylindrical-coordinate representation of color #B673C9: hue angle of 286.74º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B673C9 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 115 201 -
CMYK 0.09 0.43 0 0.21
HSL 286.74º 0.44% 0.62% -
HSV(B) 286.74º 0.43% 0.79% -
XYZ 35.96 26.42 58.46 -
YUV 144.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 182 115 201 0.09 0.43 0 0.21 286.74 0.44 0.62
Hex B6 73 C9 9 2B 0 15 11F 2C 3E
Octal 266 163 311 11 53 0 25 437 54 76
Binary 10110110 1110011 11001001 1001 101011 0 10101 100011111 101100 111110

Color Harmonies of #B673C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673C9

Black with #B673C9

Text Example


Text Example

White with #B673C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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