Html Css Color HEX #B673E3 Medium Orchid

📋 copy color: '#B673E3'

red 182 ◦ green 115 ◦ blue 227

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

Shades of Medium Orchid #B673E3

Tints of Medium Orchid #B673E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.32%

R = 34.73%
G = 21.95%
B = 43.32%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B673E3 (or 0xB673E3) is known color: Medium Orchid. HEX triplet: B6, 73 and E3. RGB value is (182,115,227). Sum of RGB (Red+Green+Blue) = 182+115+227=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #B673E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673E3 is #498C1C. Grayscale: #939393. Windows color (decimal): -4819997 or 14906294. OLE color: 14906294.

HSL color Cylindrical-coordinate representation of color #B673E3: hue angle of 275.89º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B673E3 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 115 227 -
CMYK 0.20 0.49 0 0.11
HSL 275.89º 0.67% 0.67% -
HSV(B) 275.89º 0.49% 0.89% -
XYZ 39.29 27.75 75.96 -
YUV 147.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 182 115 227 0.20 0.49 0 0.11 275.89 0.67 0.67
Hex B6 73 E3 14 31 0 B 114 43 43
Octal 266 163 343 24 61 0 13 424 103 103
Binary 10110110 1110011 11100011 10100 110001 0 1011 100010100 1000011 1000011

Color Harmonies of #B673E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673E3

Black with #B673E3

Text Example


Text Example

White with #B673E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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