Html Css Color HEX #B673CE Medium Orchid

📋 copy color: '#B673CE'

red 182 ◦ green 115 ◦ blue 206

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

Shades of Medium Orchid #B673CE

Tints of Medium Orchid #B673CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 36.18%
G = 22.86%
B = 40.95%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B673CE (or 0xB673CE) is known color: Medium Orchid. HEX triplet: B6, 73 and CE. RGB value is (182,115,206). Sum of RGB (Red+Green+Blue) = 182+115+206=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B673CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673CE is #498C31. Grayscale: #919191. Windows color (decimal): -4820018 or 13530038. OLE color: 13530038.

HSL color Cylindrical-coordinate representation of color #B673CE: hue angle of 284.18º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B673CE is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 115 206 -
CMYK 0.12 0.44 0 0.19
HSL 284.18º 0.48% 0.63% -
HSV(B) 284.18º 0.44% 0.81% -
XYZ 36.56 26.66 61.61 -
YUV 145.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 182 115 206 0.12 0.44 0 0.19 284.18 0.48 0.63
Hex B6 73 CE C 2C 0 13 11C 30 3F
Octal 266 163 316 14 54 0 23 434 60 77
Binary 10110110 1110011 11001110 1100 101100 0 10011 100011100 110000 111111

Color Harmonies of #B673CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673CE

Black with #B673CE

Text Example


Text Example

White with #B673CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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