Html Css Color HEX #B673D7 Medium Orchid

📋 copy color: '#B673D7'

red 182 ◦ green 115 ◦ blue 215

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

Shades of Medium Orchid #B673D7

Tints of Medium Orchid #B673D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 35.55%
G = 22.46%
B = 41.99%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B673D7 (or 0xB673D7) is known color: Medium Orchid. HEX triplet: B6, 73 and D7. RGB value is (182,115,215). Sum of RGB (Red+Green+Blue) = 182+115+215=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #B673D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673D7 is #498C28. Grayscale: #929292. Windows color (decimal): -4820009 or 14119862. OLE color: 14119862.

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

Color convert

RGB 182 115 215 -
CMYK 0.15 0.47 0 0.16
HSL 280.2º 0.56% 0.65% -
HSV(B) 280.2º 0.47% 0.84% -
XYZ 37.69 27.11 67.54 -
YUV 146.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 182 115 215 0.15 0.47 0 0.16 280.2 0.56 0.65
Hex B6 73 D7 F 2F 0 10 118 38 41
Octal 266 163 327 17 57 0 20 430 70 101
Binary 10110110 1110011 11010111 1111 101111 0 10000 100011000 111000 1000001

Color Harmonies of #B673D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673D7

Black with #B673D7

Text Example


Text Example

White with #B673D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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